view lisp/term/vt200.el @ 823:4f043f6069e3

[xemacs-hg @ 2002-04-30 15:33:37 by stephent] update Hrvoje's image <87pu0hyziq.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 30 Apr 2002 15:33:42 +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])