view lisp/term/vt240.el @ 835:e7ad6587a7a0

[xemacs-hg @ 2002-05-11 09:32:08 by adrian] [AC21.4R21.5] Note FTP AUTH failures w/ EFS in PROBLEMS <873cx8ibev.fsf@tleepslib.sk.tsukuba.ac.jp>
author adrian
date Sat, 11 May 2002 09:32:09 +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])