Don't need is1,is2,is3 so remove them.

This commit is contained in:
nicm
2017-02-21 14:18:12 +00:00
parent 9e4c5133c8
commit 27ee34e7fa
2 changed files with 0 additions and 6 deletions

View File

@ -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" },