diff options
| -rw-r--r-- | lisp/term/vt201.el | 6 | ||||
| -rw-r--r-- | lisp/term/vt220.el | 6 | ||||
| -rw-r--r-- | lisp/term/vt240.el | 5 |
3 files changed, 17 insertions, 0 deletions
diff --git a/lisp/term/vt201.el b/lisp/term/vt201.el index ffe8e6bb1a6..c9cb12521dc 100644 --- a/lisp/term/vt201.el +++ b/lisp/term/vt201.el | |||
| @@ -1 +1,7 @@ | |||
| 1 | ;; For our purposes we can treat the vt200 and vt100 almost alike. | ||
| 2 | ;; Most differences are handled by the termcap entry. | ||
| 1 | (load "term/vt100" nil t) | 3 | (load "term/vt100" nil t) |
| 4 | |||
| 5 | ;; Make F11 an escape key. | ||
| 6 | (define-key function-key-map "\e[23~" [?\e]) | ||
| 7 | |||
diff --git a/lisp/term/vt220.el b/lisp/term/vt220.el index ffe8e6bb1a6..c9cb12521dc 100644 --- a/lisp/term/vt220.el +++ b/lisp/term/vt220.el | |||
| @@ -1 +1,7 @@ | |||
| 1 | ;; For our purposes we can treat the vt200 and vt100 almost alike. | ||
| 2 | ;; Most differences are handled by the termcap entry. | ||
| 1 | (load "term/vt100" nil t) | 3 | (load "term/vt100" nil t) |
| 4 | |||
| 5 | ;; Make F11 an escape key. | ||
| 6 | (define-key function-key-map "\e[23~" [?\e]) | ||
| 7 | |||
diff --git a/lisp/term/vt240.el b/lisp/term/vt240.el index ffe8e6bb1a6..31f64a0f8b2 100644 --- a/lisp/term/vt240.el +++ b/lisp/term/vt240.el | |||
| @@ -1 +1,6 @@ | |||
| 1 | ;; For our purposes we can treat the vt200 and vt100 almost alike. | ||
| 2 | ;; Most differences are handled by the termcap entry. | ||
| 1 | (load "term/vt100" nil t) | 3 | (load "term/vt100" nil t) |
| 4 | |||
| 5 | ;; Make F11 an escape key. | ||
| 6 | (define-key function-key-map "\e[23~" [?\e]) | ||