mirror of
https://github.com/tmux/tmux.git
synced 2025-12-22 07:16:06 +00:00
Set a PANE_STYLECHANGED flag for when a style update has to be sent.
This commit is contained in:
5
tmux.h
5
tmux.h
@@ -1159,8 +1159,9 @@ struct window_pane {
|
||||
#define PANE_STATUSDRAWN 0x400
|
||||
#define PANE_EMPTY 0x800
|
||||
#define PANE_STYLECHANGED 0x1000
|
||||
#define PANE_UNSEENCHANGES 0x2000
|
||||
#define PANE_REDRAWSCROLLBAR 0x4000
|
||||
#define PANE_THEMECHANGED 0x2000
|
||||
#define PANE_UNSEENCHANGES 0x4000
|
||||
#define PANE_REDRAWSCROLLBAR 0x8000
|
||||
|
||||
u_int sb_slider_y;
|
||||
u_int sb_slider_h;
|
||||
|
||||
Reference in New Issue
Block a user