Mercurial > hg > xemacs-beta
view lisp/term/vt201.el @ 817:ece8c2170578
[xemacs-hg @ 2002-04-23 00:44:29 by jhar]
Default to using MSVCRT as the C runtime for xpm
author | jhar |
---|---|
date | Tue, 23 Apr 2002 00:44: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])