mirror of
https://github.com/tmux/tmux.git
synced 2026-05-31 14:46:17 +00:00
Redraw line directly for wide cells in screen_write_cell, fix up selection and
generally tidy.
This commit is contained in:
5
tmux.h
5
tmux.h
@@ -1742,9 +1742,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;
|
||||
|
||||
Reference in New Issue
Block a user