summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-05-22 09:36:12 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-05-22 09:36:12 +0000
commit2f93affb988ecdae1cfd3fb73801ce5b943a6525 (patch)
treed45b360d1dc7e8d8a995073b0c1187f219e8d85a /tmux.h
parent243d12752c4ccb4f2cfabeff8c8cb843550078ae (diff)
If there are any terminals with insert mode but not ich1, they can go
through the slow path. Tidies code slightly.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 96efb661..b142c696 100644
--- a/tmux.h
+++ b/tmux.h
@@ -316,7 +316,6 @@ enum tty_code_code {
TTYC_RI, /* scroll_reverse, sr */
TTYC_RMACS, /* exit_alt_charset_mode */
TTYC_RMCUP, /* exit_ca_mode, te */
- TTYC_RMIR, /* exit_insert_mode, ei */
TTYC_RMKX, /* keypad_local, ke */
TTYC_SETAB, /* set_a_background, AB */
TTYC_SETAF, /* set_a_foreground, AF */
@@ -324,7 +323,6 @@ enum tty_code_code {
TTYC_SITM, /* enter_italics_mode, it */
TTYC_SMACS, /* enter_alt_charset_mode, as */
TTYC_SMCUP, /* enter_ca_mode, ti */
- TTYC_SMIR, /* enter_insert_mode, im */
TTYC_SMKX, /* keypad_xmit, ks */
TTYC_SMSO, /* enter_standout_mode, so */
TTYC_SMUL, /* enter_underline_mode, us */