aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-08-11 20:29:04 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-08-11 20:29:04 +0000
commit4ec8ade11c23eec4b652cdd7ea47ddf346b7be93 (patch)
tree09c10407ee9b41eedbad21365f308bdfea3dc5f8 /tmux.h
parentff65e3754565f1d878c70257e96f6aea09c1c90e (diff)
downloadrtmux-4ec8ade11c23eec4b652cdd7ea47ddf346b7be93.tar.gz
rtmux-4ec8ade11c23eec4b652cdd7ea47ddf346b7be93.tar.bz2
rtmux-4ec8ade11c23eec4b652cdd7ea47ddf346b7be93.zip
Add a TTY_OPENED flag and tidy a little.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 060d2bd1..53590eaf 100644
--- a/tmux.h
+++ b/tmux.h
@@ -869,6 +869,7 @@ struct tty {
#define TTY_ESCAPE 0x4
#define TTY_UTF8 0x8
#define TTY_STARTED 0x10
+#define TTY_OPENED 0x20
int flags;
int term_flags;