view lisp/term/vt240.el @ 89334:0b3ed65e4e97

(char_table_ascii): Check if the char table contents is sub-char-table or not. (char_table_set): Fix argument to char_table_ascii. (char_table_set_range): Likewise.
author Kenichi Handa <handa@m17n.org>
date Mon, 06 Jan 2003 13:26:04 +0000
parents 67b464da13ec
children 33d53d287ee4
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])

;;; vt240.el ends here