diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-04-18 20:01:12 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-04-18 20:01:12 +0100 |
commit | de4f817bd61d60ac4310052d51ba437826016df0 (patch) | |
tree | dfa37d48dea949f9dd3d7321a77f3c850c77b8f5 /tmux.h | |
parent | a54309147dc4085a312d18d0c5421fbe14d85764 (diff) | |
parent | 623e35f5946498d0e89127756fb49258f768a6d0 (diff) | |
download | rtmux-de4f817bd61d60ac4310052d51ba437826016df0.tar.gz rtmux-de4f817bd61d60ac4310052d51ba437826016df0.tar.bz2 rtmux-de4f817bd61d60ac4310052d51ba437826016df0.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 { |