view lisp/term/vt220.el @ 917:259c80d93e3b

[xemacs-hg @ 2002-07-11 18:41:26 by stephent] doc autodetect of modules <pssn429an1.fsf@diannao.ittc.ku.edu>
author stephent
date Thu, 11 Jul 2002 18:41:27 +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])