mirror of
https://github.com/tmux/tmux.git
synced 2026-05-31 06:36:18 +00:00
Use a flags bit for obscured rather than an int.
This commit is contained in:
4
tmux.h
4
tmux.h
@@ -1751,6 +1751,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
|
||||
|
||||
u_int num;
|
||||
void *ptr;
|
||||
@@ -1787,9 +1788,6 @@ struct tty_ctx {
|
||||
u_int woy;
|
||||
u_int wsx;
|
||||
u_int wsy;
|
||||
|
||||
/* tty partly obscured, it will need to be surgically scrolled. */
|
||||
u_int obscured;
|
||||
};
|
||||
|
||||
/* Saved message entry. */
|
||||
|
||||
Reference in New Issue
Block a user