mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
Merge branch 'obsd-master'
This commit is contained in:
4
tmux.h
4
tmux.h
@ -1075,6 +1075,7 @@ struct tty {
|
||||
TTY_VT220,
|
||||
TTY_VT320,
|
||||
TTY_VT420,
|
||||
TTY_ITERM2,
|
||||
TTY_UNKNOWN
|
||||
} term_type;
|
||||
|
||||
@ -1089,7 +1090,8 @@ struct tty {
|
||||
struct tty_key *key_tree;
|
||||
};
|
||||
#define TTY_TYPES \
|
||||
{ "VT100", "VT101", "VT102", "VT220", "VT320", "VT420", "UNKNOWN" }
|
||||
{ "VT100", "VT101", "VT102", "VT220", "VT320", "VT420", "iTerm2", \
|
||||
"Unknown" }
|
||||
|
||||
/* TTY command context. */
|
||||
struct tty_ctx {
|
||||
|
Reference in New Issue
Block a user