diff options
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -948,7 +948,6 @@ struct session { struct paste_stack buffers; #define SESSION_UNATTACHED 0x1 /* not attached to any clients */ -#define SESSION_DEAD 0x2 int flags; struct termios *tio; |