]> code.delx.au - gnu-emacs/blob - lisp/term/vt420.el
(bg-mouse-x, bg-mouse-y, bg-cursor-window): Defvar at compile time.
[gnu-emacs] / lisp / term / vt420.el
1 ;; -*- no-byte-compile: t -*-
2 (defun terminal-init-vt420 ()
3 "Terminal initialization function for vt420."
4 (load "term/vt100" nil t)
5 ;; Make F11 an escape key.
6 (define-key function-key-map "\e[23~" [?\e]))
7
8 ;;; arch-tag: df2f897c-3a12-4b3c-9259-df089f96c160
9 ;;; vt420.el ends here