view lisp/term/vt240.el @ 651:98b3721724bd

[xemacs-hg @ 2001-08-26 09:42:22 by stephent] Glynn Clements's patch to unregister input methods under Motif. <15240.50183.445881.777321@turnbull.sk.tsukuba.ac.jp>
author stephent
date Sun, 26 Aug 2001 09:42:24 +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])