Mercurial > hg > xemacs-beta
view lisp/term/vt220.el @ 3007:6546b8d718e9
[xemacs-hg @ 2005-10-21 10:26:51 by stephent]
Add configure script for Canna API module.
author | stephent |
---|---|
date | Fri, 21 Oct 2005 10:27:02 +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])