Sync OpenBSD patchset 245:

Add a TTY_OPENED flag and tidy a little.
This commit is contained in:
Tiago Cunha
2009-08-14 21:20:01 +00:00
parent 5cc971facd
commit 0714e41148
2 changed files with 20 additions and 19 deletions

3
tmux.h
View File

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