view lisp/term/vt200.el @ 845:77624ff6e2da

[xemacs-hg @ 2002-05-16 15:11:22 by stephent] docs <87d6vwrv2k.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Thu, 16 May 2002 15:11:23 +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])