diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-08-14 21:20:01 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-08-14 21:20:01 +0000 |
commit | 0714e411488e01273729bc0801e197a8f64d5540 (patch) | |
tree | 4d7039dd8c87fba3b670f8f5a304ec79ffd5871b /tmux.h | |
parent | 5cc971facd30171a03267faf2ca9a875df824b0f (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |