diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-08-11 20:29:04 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-08-11 20:29:04 +0000 |
commit | 4ec8ade11c23eec4b652cdd7ea47ddf346b7be93 (patch) | |
tree | 09c10407ee9b41eedbad21365f308bdfea3dc5f8 /tmux.h | |
parent | ff65e3754565f1d878c70257e96f6aea09c1c90e (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |