view lisp/term/vt201.el @ 3514:8b1d806afbb3

[xemacs-hg @ 2006-07-18 15:01:27 by crestani] 2006-07-18 Marcus Crestani <crestani@xemacs.org> * alloc.c: Fix typo in string_direct_data_description.
author crestani
date Tue, 18 Jul 2006 15:01:30 +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])