Mercurial > emacs
view lisp/term/vt200.el @ 32646:43edadfecb51
Use registry "MuleTibetan-2" for Tibetan.
(ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
for ISO10646-1 fonts.
(x-font-name-charset-alist): Add an entry for "iso10646-1".
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 19 Oct 2000 07:09:20 +0000 |
parents | 73eb72de291d |
children | 67b464da13ec |
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])