aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-21 20:04:37 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-21 20:04:37 +0000
commitce90f1bddb5bf3916e8f3be25277716732b15438 (patch)
tree56f9ba464c0b90d356cf2ca1b6db862e8706fe38 /tmux.h
parentd0984b890b84c2fac9cdcfbc44121c1171e06531 (diff)
downloadrtmux-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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index deff2cc2..54227e28 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;