diff options
author | nicm <nicm> | 2017-02-21 14:18:12 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-02-21 14:18:12 +0000 |
commit | 27ee34e7fa59fa08aa71d4adbb5e537444d724b1 (patch) | |
tree | 40c1c80311ae565167f2faceae7df5a4c6b44b63 /tty-term.c | |
parent | 9e4c5133c8212c8d60c097e5900e6b801f62abfa (diff) | |
download | rtmux-27ee34e7fa59fa08aa71d4adbb5e537444d724b1.tar.gz rtmux-27ee34e7fa59fa08aa71d4adbb5e537444d724b1.tar.bz2 rtmux-27ee34e7fa59fa08aa71d4adbb5e537444d724b1.zip |
Don't need is1,is2,is3 so remove them.
Diffstat (limited to 'tty-term.c')
-rw-r--r-- | tty-term.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -97,9 +97,6 @@ static const struct tty_term_code_entry tty_term_codes[] = { [TTYC_IL1] = { TTYCODE_STRING, "il1" }, [TTYC_INDN] = { TTYCODE_STRING, "indn" }, [TTYC_INVIS] = { TTYCODE_STRING, "invis" }, - [TTYC_IS1] = { TTYCODE_STRING, "is1" }, - [TTYC_IS2] = { TTYCODE_STRING, "is2" }, - [TTYC_IS3] = { TTYCODE_STRING, "is3" }, [TTYC_KCBT] = { TTYCODE_STRING, "kcbt" }, [TTYC_KCUB1] = { TTYCODE_STRING, "kcub1" }, [TTYC_KCUD1] = { TTYCODE_STRING, "kcud1" }, |