diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-05-22 20:58:33 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-05-22 20:58:33 +0000 |
commit | d9cb07df3b6dd1ddf299b2d4bc1438990e0eb54c (patch) | |
tree | 7adf0c9342c8079861779613a01df626163127a7 /tty-term.c | |
parent | a97f22ff2beaa1f00f2c306045e75637bb7c4bd4 (diff) | |
download | rtmux-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 'tty-term.c')
-rw-r--r-- | tty-term.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -177,7 +177,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" }, @@ -185,7 +184,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" }, |