aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 22:26:08 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 22:26:08 +0000
commit736117e4e97a1a060777e8469c8091553a09a807 (patch)
tree8bab58c7131ac765a0567e09315d99a77ce04a79
parent20fc7a4b6ca857e1c785ab47d8c091ae8be38f36 (diff)
downloadrtmux-736117e4e97a1a060777e8469c8091553a09a807.tar.gz
rtmux-736117e4e97a1a060777e8469c8091553a09a807.tar.bz2
rtmux-736117e4e97a1a060777e8469c8091553a09a807.zip
Whoops, didn't mean to commit that bit.
-rw-r--r--tty-term.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tty-term.c b/tty-term.c
index ea6a75b1..c11e7565 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -1,4 +1,4 @@
-/* $Id: tty-term.c,v 1.5 2009-01-10 22:24:23 nicm Exp $ */
+/* $Id: tty-term.c,v 1.6 2009-01-10 22:26:08 nicm Exp $ */
/*
* Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -96,7 +96,6 @@ struct tty_term_code_entry tty_term_codes[NTTYCODE] = {
{ TTYC_RI, TTYCODE_STRING, "ri" },
{ TTYC_RMACS, TTYCODE_STRING, "rmacs" },
{ TTYC_RMCUP, TTYCODE_STRING, "rmcup" },
- { TTYC_RMIR, TTYCODE_STRING, "rmir" },
{ TTYC_RMKX, TTYCODE_STRING, "rmkx" },
{ TTYC_SETAB, TTYCODE_STRING, "setab" },
{ TTYC_SETAF, TTYCODE_STRING, "setaf" },