view lisp/term/vt220.el @ 3395:82f276f9ad7c

[xemacs-hg @ 2006-05-11 15:07:19 by james] Update to current FSF address, and recognize that we are in the 21st century. See xemacs-patches message with ID <m3sloqspus.fsf@jerrypc.cs.usu.edu>.
author james
date Thu, 11 May 2006 15:07:19 +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])