diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 18:28:09 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 18:28:09 +0000 |
commit | 312633203d58a19e7c1523e1589d72b3b3948c9c (patch) | |
tree | 703100735d5cb965eac4532bd5dfdef985e7f680 /tty-term.c | |
parent | 9722e7194bb054ea88919fc426897a4d17698eb6 (diff) | |
download | rtmux-312633203d58a19e7c1523e1589d72b3b3948c9c.tar.gz rtmux-312633203d58a19e7c1523e1589d72b3b3948c9c.tar.bz2 rtmux-312633203d58a19e7c1523e1589d72b3b3948c9c.zip |
Support btab.
Diffstat (limited to 'tty-term.c')
-rw-r--r-- | tty-term.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 <nicm@users.sourceforge.net> @@ -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" }, |