aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-10-12 11:32:27 +0000
committernicm <nicm>2017-10-12 11:32:27 +0000
commita5fd5782f87362b8ee31cd5c6975728e112db9ff (patch)
tree2dd2cd2c900ab37fb592ac3d883d1615ed93e534 /tmux.h
parenteb9839fd32d51688fe1877776921d2d76f2642a2 (diff)
downloadrtmux-a5fd5782f87362b8ee31cd5c6975728e112db9ff.tar.gz
rtmux-a5fd5782f87362b8ee31cd5c6975728e112db9ff.tar.bz2
rtmux-a5fd5782f87362b8ee31cd5c6975728e112db9ff.zip
Show exit status and time in the remain-on-exit pane text, mostly from
Timo Boettcher in GitHub issue 1103.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index a661a6da..ad35c336 100644
--- a/tmux.h
+++ b/tmux.h
@@ -778,6 +778,8 @@ struct window_pane {
#define PANE_INPUTOFF 0x40
#define PANE_CHANGED 0x80
#define PANE_EXITED 0x100
+#define PANE_STATUSREADY 0x200
+#define PANE_STATUSDRAWN 0x400
int argc;
char **argv;