view lisp/term/vt201.el @ 2609:c2580215c222

[xemacs-hg @ 2005-02-23 18:56:41 by adrian] [PATCH] xemacs-21.5-clean: Update info/dir to content generated by <8y5gus08.fsf@smtprelay.t-online.de>
author adrian
date Wed, 23 Feb 2005 18:56:44 +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])