mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Sync OpenBSD patchset 245:
Add a TTY_OPENED flag and tidy a little.
This commit is contained in:
3
tmux.h
3
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;
|
||||
|
Reference in New Issue
Block a user