=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.736 retrieving revision 1.737 diff -c -r1.736 -r1.737 *** src/usr.bin/tmux/tmux.h 2017/04/18 15:44:17 1.736 --- src/usr.bin/tmux/tmux.h 2017/04/18 18:21:37 1.737 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.736 2017/04/18 15:44:17 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.737 2017/04/18 18:21:37 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1071,1076 **** --- 1071,1077 ---- TTY_VT220, TTY_VT320, TTY_VT420, + TTY_ITERM2, TTY_UNKNOWN } term_type; *************** *** 1085,1091 **** struct tty_key *key_tree; }; #define TTY_TYPES \ ! { "VT100", "VT101", "VT102", "VT220", "VT320", "VT420", "UNKNOWN" } /* TTY command context. */ struct tty_ctx { --- 1086,1093 ---- struct tty_key *key_tree; }; #define TTY_TYPES \ ! { "VT100", "VT101", "VT102", "VT220", "VT320", "VT420", "iTerm2", \ ! "Unknown" } /* TTY command context. */ struct tty_ctx {