view lisp/term/vt220.el @ 723:a65ddffa00a5

[xemacs-hg @ 2002-01-04 19:53:32 by adrian] [ACR21.4] xemacs-21.5: Default Info-auto-generate-directory to if-outdated <wuyx6gq1.fsf@engine.ecf.teradyne.com>
author adrian
date Fri, 04 Jan 2002 19:53:34 +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])