mirror of
https://github.com/tmux/tmux.git
synced 2026-05-31 14:46:17 +00:00
Work out if a pane is obscured by another one when drawing.
This commit is contained in:
3
tmux.h
3
tmux.h
@@ -1021,6 +1021,8 @@ struct screen_write_ctx {
|
||||
|
||||
int flags;
|
||||
#define SCREEN_WRITE_SYNC 0x1
|
||||
#define SCREEN_WRITE_OBSCURED 0x2
|
||||
#define SCREEN_WRITE_CHECKED_IF_OBSCURED 0x4
|
||||
|
||||
screen_write_init_ctx_cb init_ctx_cb;
|
||||
void *arg;
|
||||
@@ -1703,6 +1705,7 @@ struct tty_ctx {
|
||||
#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
|
||||
|
||||
union {
|
||||
u_int n;
|
||||
|
||||
Reference in New Issue
Block a user