aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-08-14 21:20:01 +0000
committerTiago Cunha <tcunha@gmx.com>2009-08-14 21:20:01 +0000
commit0714e411488e01273729bc0801e197a8f64d5540 (patch)
tree4d7039dd8c87fba3b670f8f5a304ec79ffd5871b /tmux.h
parent5cc971facd30171a03267faf2ca9a875df824b0f (diff)
downloadrtmux-0714e411488e01273729bc0801e197a8f64d5540.tar.gz
rtmux-0714e411488e01273729bc0801e197a8f64d5540.tar.bz2
rtmux-0714e411488e01273729bc0801e197a8f64d5540.zip
Sync OpenBSD patchset 245:
Add a TTY_OPENED flag and tidy a little.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index dfdf132d..a2a927bd 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.412 2009-08-14 21:17:54 tcunha Exp $ */
+/* $Id: tmux.h,v 1.413 2009-08-14 21:20:01 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -867,6 +867,7 @@ struct tty {
#define TTY_ESCAPE 0x4
#define TTY_UTF8 0x8
#define TTY_STARTED 0x10
+#define TTY_OPENED 0x20
int flags;
int term_flags;