summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2023-03-27 08:47:57 +0000
committernicm <nicm>2023-03-27 08:47:57 +0000
commitc21af7e446beafd27a7a0384186bc480fd2e126d (patch)
treee0b8f94f718c10be87d8f1fd9027ee973956d3f2 /tmux.h
parentd73078838dc9cadb42e0f4762847806076684cc8 (diff)
Add a format to show if there are unseen changes while in a mode, from
Dan Aloni in GitHub issue 3498.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 3a389948..a422ed83 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;