Mercurial > hg > xemacs-beta
view lisp/term/vt200.el @ 699:1f799c0f4c7e
[xemacs-hg @ 2001-12-16 17:39:53 by adrian]
[PATCH APPROVE COMMIT] xemacs-21.5: Update version to 21.5 in info/dir <y9k4p95r.fsf@mailto.t-online.de>
author | adrian |
---|---|
date | Sun, 16 Dec 2001 17:39:53 +0000 |
parents | 376386a54a3c |
children |
line wrap: on
line source
;; 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])