From 63155820900f7438b44e71043ff556c1e4ea7c6c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 21 Feb 2017 14:18:13 +0000 Subject: Don't need is1,is2,is3 so remove them. --- usr.bin/tmux/tty-term.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'usr.bin/tmux/tty-term.c') diff --git a/usr.bin/tmux/tty-term.c b/usr.bin/tmux/tty-term.c index 227d4d2ef49..ccc07f85c8c 100644 --- a/usr.bin/tmux/tty-term.c +++ b/usr.bin/tmux/tty-term.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty-term.c,v 1.51 2017/02/08 17:31:09 nicm Exp $ */ +/* $OpenBSD: tty-term.c,v 1.52 2017/02/21 14:18:12 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -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 v1.2.3