aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-06-17 07:31:16 +0000
committerRichard M. Stallman <[email protected]>1993-06-17 07:31:16 +0000
commit1bf41cb0afa65fd2e39ba07ed5bdb0a08af47dea (patch)
tree35e4d04b5533bdecefb5119c46910c37bcc109ca /lisp
parent0907bf08cb58b520379e9a7f76fb315d8071f802 (diff)
entered into RCS
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/vt201.el6
-rw-r--r--lisp/term/vt220.el6
-rw-r--r--lisp/term/vt240.el5
3 files changed, 17 insertions, 0 deletions
diff --git a/lisp/term/vt201.el b/lisp/term/vt201.el
index ffe8e6bb1a..c9cb12521d 100644
--- a/lisp/term/vt201.el
+++ b/lisp/term/vt201.el
@@ -1 +1,7 @@
+;; For our purposes we can treat the vt200 and vt100 almost alike.
+;; Most differences are handled by the termcap entry.
(load "term/vt100" nil t)
+
+;; Make F11 an escape key.
+(define-key function-key-map "\e[23~" [?\e])
+
diff --git a/lisp/term/vt220.el b/lisp/term/vt220.el
index ffe8e6bb1a..c9cb12521d 100644
--- a/lisp/term/vt220.el
+++ b/lisp/term/vt220.el
@@ -1 +1,7 @@
+;; For our purposes we can treat the vt200 and vt100 almost alike.
+;; Most differences are handled by the termcap entry.
(load "term/vt100" nil t)
+
+;; Make F11 an escape key.
+(define-key function-key-map "\e[23~" [?\e])
+
diff --git a/lisp/term/vt240.el b/lisp/term/vt240.el
index ffe8e6bb1a..31f64a0f8b 100644
--- a/lisp/term/vt240.el
+++ b/lisp/term/vt240.el
@@ -1 +1,6 @@
+;; For our purposes we can treat the vt200 and vt100 almost alike.
+;; Most differences are handled by the termcap entry.
(load "term/vt100" nil t)
+
+;; Make F11 an escape key.
+(define-key function-key-map "\e[23~" [?\e])