Add a TTY_OPENED flag and tidy a little.

This commit is contained in:
Nicholas Marriott
2009-08-11 20:29:04 +00:00
parent ff65e37545
commit 4ec8ade11c
2 changed files with 18 additions and 17 deletions

1
tmux.h
View File

@ -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;