diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-21 20:04:37 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-11-21 20:04:37 +0000 |
commit | ce90f1bddb5bf3916e8f3be25277716732b15438 (patch) | |
tree | 56f9ba464c0b90d356cf2ca1b6db862e8706fe38 /tmux.h | |
parent | d0984b890b84c2fac9cdcfbc44121c1171e06531 (diff) | |
download | rtmux-ce90f1bddb5bf3916e8f3be25277716732b15438.tar.gz rtmux-ce90f1bddb5bf3916e8f3be25277716732b15438.tar.bz2 rtmux-ce90f1bddb5bf3916e8f3be25277716732b15438.zip |
The CLIENT_HOLD hack can go bye-bye.
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.90 2007-11-21 19:53:56 nicm Exp $ */ +/* $Id: tmux.h,v 1.91 2007-11-21 20:04:37 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -514,7 +514,6 @@ struct client { #define CLIENT_TERMINAL 0x1 #define CLIENT_PREFIX 0x2 -#define CLIENT_HOLD 0x4 int flags; struct session *session; |