Redraw line directly for wide cells in screen_write_cell, fix up selection and

generally tidy.
This commit is contained in:
Nicholas Marriott
2026-05-27 21:33:50 +01:00
parent bfa2ff2bdf
commit 52250d518d
3 changed files with 57 additions and 47 deletions

5
tmux.h
View File

@@ -1751,9 +1751,8 @@ struct tty_ctx {
#define TTY_CTX_WINDOW_BIGGER 0x4
#define TTY_CTX_SYNC 0x8
#define TTY_CTX_OVERLAY_SYNC 0x10
#define TTY_CTX_CELL_DRAW_LINE 0x20
#define TTY_CTX_CELL_INVALIDATE 0x40
#define TTY_CTX_PANE_OBSCURED 0x80
#define TTY_CTX_CELL_INVALIDATE 0x20
#define TTY_CTX_PANE_OBSCURED 0x40
union {
u_int n;