diff options
author | Tiago Cunha <tcunha@gmx.com> | 2010-12-22 15:31:56 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2010-12-22 15:31:56 +0000 |
commit | a932742a8a60345ce134aea68c690fed6f3435fa (patch) | |
tree | 6b65604f011c6bc0aa14062d8d79d236e8dc6b36 /tmux.h | |
parent | bb728b89a7b0e0f1921c336d3f25ab0ee02322f8 (diff) | |
download | rtmux-a932742a8a60345ce134aea68c690fed6f3435fa.tar.gz rtmux-a932742a8a60345ce134aea68c690fed6f3435fa.tar.bz2 rtmux-a932742a8a60345ce134aea68c690fed6f3435fa.zip |
Sync OpenBSD patchset 803:
Dead sessions are never on the active sessions list, so the SESSION_DEAD
flag is effectively unused. Remove it.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.589 2010-12-22 15:31:00 tcunha Exp $ */ +/* $Id: tmux.h,v 1.590 2010-12-22 15:31:56 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -946,7 +946,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; |