aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-05-22 20:58:33 +0000
committerTiago Cunha <tcunha@gmx.com>2012-05-22 20:58:33 +0000
commitd9cb07df3b6dd1ddf299b2d4bc1438990e0eb54c (patch)
tree7adf0c9342c8079861779613a01df626163127a7 /tmux.h
parenta97f22ff2beaa1f00f2c306045e75637bb7c4bd4 (diff)
downloadrtmux-d9cb07df3b6dd1ddf299b2d4bc1438990e0eb54c.tar.gz
rtmux-d9cb07df3b6dd1ddf299b2d4bc1438990e0eb54c.tar.bz2
rtmux-d9cb07df3b6dd1ddf299b2d4bc1438990e0eb54c.zip
Sync OpenBSD patchset 1116:
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 5d903624..7679caca 100644
--- a/tmux.h
+++ b/tmux.h
@@ -312,7 +312,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 */
@@ -320,7 +319,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 */