Mercurial > hg > xemacs-beta
view lisp/term/vt220.el @ 2694:296a5cd2a686
[xemacs-hg @ 2005-03-27 04:21:07 by james]
Fix configure's test for XawInit.h. See the xemacs-patches message with
ID <pshdjcx0x9.fsf@diannao.ittc.ku.edu>.
author | james |
---|---|
date | Sun, 27 Mar 2005 04:21:09 +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])