Rewrite tty_draw_line to be simpler and not to check overlay ranges.

This commit is contained in:
Nicholas Marriott
2026-01-20 21:08:49 +00:00
parent d2e09cb259
commit 25f72cf240
5 changed files with 313 additions and 194 deletions

View File

@@ -195,6 +195,7 @@ dist_tmux_SOURCES = \
tmux.h \
tmux-protocol.h \
tty-acs.c \
tty-draw.c \
tty-features.c \
tty-keys.c \
tty-term.c \