summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2014-08-11 22:14:31 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2014-08-11 22:14:31 +0000
commita7ddbaae13339a4e9fc9b184c25716b74f8f95c3 (patch)
treed5f8dc6d1a62fa11b03ba44939104462c1ef89a6 /usr.bin/tmux/tmux.h
parent8d7dae74c21753d031f081b38ee3ac575ba63da4 (diff)
Add flags to selectp to enable and disable input to a pane, from Anish
Athalye.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index c9d7c686552..949e082927b 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.467 2014/08/09 07:33:37 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.468 2014/08/11 22:14:30 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -956,6 +956,7 @@ struct window_pane {
#define PANE_FOCUSED 0x4
#define PANE_RESIZE 0x8
#define PANE_FOCUSPUSH 0x10
+#define PANE_INPUTOFF 0x20
int argc;
char **argv;