Mercurial > hg > xemacs-beta
view lisp/term/vt201.el @ 5185:e785e579b084
Update CHANGES-beta with my changes to the trunk since 2009-09-20.
2010-04-02 Aidan Kehoe <kehoea@parhasard.net>
* CHANGES-beta:
Update with my changes to the trunk since 2009-09-20.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 02 Apr 2010 12:39:33 +0100 |
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])