diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-02-21 14:18:13 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2017-02-21 14:18:13 +0000 |
commit | 63155820900f7438b44e71043ff556c1e4ea7c6c (patch) | |
tree | be4d0a354576e41c8e7a55db47405fddd4764159 /usr.bin/tmux/tty-term.c | |
parent | 4feb44e6e4af37e8ab289ca89ad50aea16a2e6d9 (diff) |
Don't need is1,is2,is3 so remove them.
Diffstat (limited to 'usr.bin/tmux/tty-term.c')
-rw-r--r-- | usr.bin/tmux/tty-term.c | 5 |
1 files changed, 1 insertions, 4 deletions
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 <nicholas.marriott@gmail.com> @@ -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" }, |