Mercurial > hg > xemacs-beta
view lisp/term/vt200.el @ 3906:605c915d2b9d
[xemacs-hg @ 2007-04-14 16:10:53 by stephent]
Small fixes for font-mgr.c. <87y7kvudz3.fsf@uwakimon.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 14 Apr 2007 16:10:57 +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])