summaryrefslogtreecommitdiffstats
path: root/tty-term.c
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 /tty-term.c
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 'tty-term.c')
-rw-r--r--tty-term.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tty-term.c b/tty-term.c
index 5338d0d9..d79cbf2f 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -174,7 +174,6 @@ const struct tty_term_code_entry tty_term_codes[NTTYCODE] = {
{ TTYC_RI, TTYCODE_STRING, "ri" },
{ TTYC_RMACS, TTYCODE_STRING, "rmacs" },
{ TTYC_RMCUP, TTYCODE_STRING, "rmcup" },
- { TTYC_RMIR, TTYCODE_STRING, "rmir" },
{ TTYC_RMKX, TTYCODE_STRING, "rmkx" },
{ TTYC_SETAB, TTYCODE_STRING, "setab" },
{ TTYC_SETAF, TTYCODE_STRING, "setaf" },
@@ -182,7 +181,6 @@ const struct tty_term_code_entry tty_term_codes[NTTYCODE] = {
{ TTYC_SITM, TTYCODE_STRING, "sitm" },
{ TTYC_SMACS, TTYCODE_STRING, "smacs" },
{ TTYC_SMCUP, TTYCODE_STRING, "smcup" },
- { TTYC_SMIR, TTYCODE_STRING, "smir" },
{ TTYC_SMKX, TTYCODE_STRING, "smkx" },
{ TTYC_SMSO, TTYCODE_STRING, "smso" },
{ TTYC_SMUL, TTYCODE_STRING, "smul" },