diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-07-03 16:01:14 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-07-03 16:01:14 +0100 |
commit | 5e98770936f87e670556ea0841af5d4e6214ae73 (patch) | |
tree | 9297133f460540299b769b06d056403399ef5ec8 /tmux.h | |
parent | 4e01036cb67e4c9297f7e220e575b52b13252352 (diff) | |
parent | 6ee0afb579fc09cd36058b993f45eb2577a80e76 (diff) | |
download | rtmux-5e98770936f87e670556ea0841af5d4e6214ae73.tar.gz rtmux-5e98770936f87e670556ea0841af5d4e6214ae73.tar.bz2 rtmux-5e98770936f87e670556ea0841af5d4e6214ae73.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |