Add a format to show if there are unseen changes while in a mode, from

Dan Aloni in GitHub issue 3498.
This commit is contained in:
nicm
2023-03-27 08:47:57 +00:00
parent d73078838d
commit c21af7e446
5 changed files with 22 additions and 0 deletions

1
tmux.h
View File

@ -1045,6 +1045,7 @@ struct window_pane {
#define PANE_STATUSDRAWN 0x400
#define PANE_EMPTY 0x800
#define PANE_STYLECHANGED 0x1000
#define PANE_UNSEENCHANGES 0x2000
int argc;
char **argv;