summaryrefslogtreecommitdiff
path: root/term.c
diff options
context:
space:
mode:
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 */