From 312633203d58a19e7c1523e1589d72b3b3948c9c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 10 Jan 2009 18:28:09 +0000 Subject: Support btab. --- tty-term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tty-term.c') diff --git a/tty-term.c b/tty-term.c index 4a95219d..18e9dafc 100644 --- a/tty-term.c +++ b/tty-term.c @@ -1,4 +1,4 @@ -/* $Id: tty-term.c,v 1.3 2009-01-10 01:51:22 nicm Exp $ */ +/* $Id: tty-term.c,v 1.4 2009-01-10 18:28:09 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -67,6 +67,7 @@ struct tty_term_code_entry tty_term_codes[NTTYCODE] = { { 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" }, { TTYC_KCUF1, TTYCODE_STRING, "kcuf1" }, -- cgit