aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-07-03 16:01:14 +0100
committerThomas Adam <thomas@xteddy.org>2017-07-03 16:01:14 +0100
commit5e98770936f87e670556ea0841af5d4e6214ae73 (patch)
tree9297133f460540299b769b06d056403399ef5ec8 /tmux.h
parent4e01036cb67e4c9297f7e220e575b52b13252352 (diff)
parent6ee0afb579fc09cd36058b993f45eb2577a80e76 (diff)
downloadrtmux-5e98770936f87e670556ea0841af5d4e6214ae73.tar.gz
rtmux-5e98770936f87e670556ea0841af5d4e6214ae73.tar.bz2
rtmux-5e98770936f87e670556ea0841af5d4e6214ae73.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 14614d78..7b795445 100644
--- a/tmux.h
+++ b/tmux.h
@@ -772,8 +772,7 @@ struct window_pane {
#define PANE_FOCUSPUSH 0x20
#define PANE_INPUTOFF 0x40
#define PANE_CHANGED 0x80
-#define PANE_ERROR 0x100
-#define PANE_EXITED 0x200
+#define PANE_EXITED 0x100
int argc;
char **argv;