From 27ee34e7fa59fa08aa71d4adbb5e537444d724b1 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 21 Feb 2017 14:18:12 +0000 Subject: Don't need is1,is2,is3 so remove them. --- tty-term.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'tty-term.c') diff --git a/tty-term.c b/tty-term.c index 7707a576..2065e09f 100644 --- a/tty-term.c +++ b/tty-term.c @@ -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" }, -- cgit