view lisp/term/vt201.el @ 963:6b31140c1456

[xemacs-hg @ 2002-08-15 07:59:21 by adrian] xemacs-21.5: Fix man/ChangeLog after outdating wrong revision -------------------- ChangeLog entries follow: --------------------
author adrian
date Thu, 15 Aug 2002 07:59:21 +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])