summaryrefslogtreecommitdiff
path: root/term.c
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2011-09-03 14:05:24 +0200
committerAxel Beckert <abe@deuxchevaux.org>2011-09-03 14:05:24 +0200
commit0e9a09d7718f02726b12924f7ddb05a992202aa3 (patch)
tree7b78a28379fdbe3a9dba37cd99c780c5d42c1e6c /term.c
parentbdf45bc45637eefdbdee913465729f9d31d6c255 (diff)
downloadscreen-0e9a09d7718f02726b12924f7ddb05a992202aa3.tar.gz
Imported Upstream version 3.9.11upstream/3.9.11
Diffstat (limited to 'term.c')
-rw-r--r--term.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/term.c b/term.c
index ccf123c..1c3c3f3 100644
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 1993
+/* Copyright (c) 1993-2002
* Juergen Weigert (jnweiger@immd4.informatik.uni-erlangen.de)
* Michael Schroeder (mlschroe@immd4.informatik.uni-erlangen.de)
* Copyright (c) 1987 Oliver Laumann
@@ -118,8 +118,10 @@ struct term term[T_N] =
{ "Sf", T_STR },
{ "Sb", T_STR },
{ "op", T_STR },
+ { "Co", T_NUM },
{ "be", T_FLG },
{ "AX", T_FLG },
+ { "C8", T_FLG },
/* keypad/cursorkeys */
{ "ks", T_STR },
@@ -159,6 +161,7 @@ struct term term[T_N] =
{ "VR", T_STR },
{ "VN", T_STR },
{ "TF", T_FLG },
+ { "XT", T_FLG },
/* d_font setting */
{ "G0", T_FLG },
@@ -226,6 +229,7 @@ struct term term[T_N] =
{ "kN", T_STR }, KMAPDEF("\033[6~") KMAPMDEF("\006")
{ "kP", T_STR }, KMAPDEF("\033[5~") KMAPMDEF("\002")
{ "kI", T_STR }, KMAPDEF("\033[2~")
+/* define T_NAVIGATE_DELETE */
{ "kD", T_STR }, KMAPDEF("\033[3~")
/* keys that can have two bindings */