view lisp/term/vt201.el @ 1248:9f175fcece64

[xemacs-hg @ 2003-02-02 07:31:59 by youngs] 2003-02-02 Steve Youngs <youngs@xemacs.org> * about.el (xemacs-hackers): Add Jerry, Ville, Rendhalver (about-current-release-maintainers): Remove Martin, Jason. Add Jerry, Ville, Rendhalver. (about-other-current-hackers): Add Martin, Jason. (about-personal-info): Update me. Add Jerry, Ville, Rendhalver. (about-hacker-contribution): Update me, Martin, Steve T. Add Jerry, Ville, Rendhalver.
author youngs
date Sun, 02 Feb 2003 07:32:00 +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])