Mercurial > emacs
changeset 3848:73eb72de291d
Translate F11 (ESC [ 23 ~) to ESC.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 20 Jun 1993 08:49:42 +0000 |
parents | a58e981e2582 |
children | 646af96bba7b |
files | lisp/term/vt200.el |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/vt200.el Sun Jun 20 08:48:58 1993 +0000 +++ b/lisp/term/vt200.el Sun Jun 20 08:49:42 1993 +0000 @@ -1,3 +1,6 @@ -;; For our purposes we can treat the vt200 and vt100 alike. -;; The differences are handled by the termcap entry. +;; 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])