aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/tvi970.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/term/tvi970.el b/lisp/term/tvi970.el
index abcd149acd4..1ce82200b38 100644
--- a/lisp/term/tvi970.el
+++ b/lisp/term/tvi970.el
@@ -36,7 +36,7 @@
36 ;; ("\eOR" [kp-f3]) 36 ;; ("\eOR" [kp-f3])
37 ;; ("\eOS" [kp-f4]) 37 ;; ("\eOS" [kp-f4])
38 38
39 ;; These might bre set by terminfo. 39 ;; These might be set by terminfo.
40 ("\e[H" [home]) 40 ("\e[H" [home])
41 ("\e[Z" [backtab]) 41 ("\e[Z" [backtab])
42 ("\e[i" [print]) 42 ("\e[i" [print])
@@ -45,13 +45,13 @@
45 ("\e[M" [deleteline]) 45 ("\e[M" [deleteline])
46 ("\e[U" [next]) ;; actually the `page' key 46 ("\e[U" [next]) ;; actually the `page' key
47 47
48 ;; These won't be set up by either 48 ;; These won't be set up by either.
49 ("\eOm" [kp-subtract]) 49 ("\eOm" [kp-subtract])
50 ("\eOl" [kp-separator]) 50 ("\eOl" [kp-separator])
51 ("\eOn" [kp-decimal]) 51 ("\eOn" [kp-decimal])
52 ("\eOM" [kp-enter]) 52 ("\eOM" [kp-enter])
53 53
54 ;; These won't be set up by either either 54 ;; These won't be set up by either.
55 ("\e[K" [key_eol]) ;; Not an X keysym 55 ("\e[K" [key_eol]) ;; Not an X keysym
56 ("\e[J" [key_eos]) ;; Not an X keysym 56 ("\e[J" [key_eos]) ;; Not an X keysym
57 ("\e[2J" [key_clear]) ;; Not an X keysym 57 ("\e[2J" [key_clear]) ;; Not an X keysym