]> code.delx.au - gnu-emacs/blob - lisp/term/vt320.el
1d36c9d933a5103bbfecb0ff281e18219467b424
[gnu-emacs] / lisp / term / vt320.el
1 ;; -*- no-byte-compile: t -*-
2 (defun terminal-init-vt320 ()
3 "Terminal initialization function for vt320."
4 (tty-run-terminal-initialization (selected-frame) "vt100")
5 ;; Make F11 an escape key.
6 (define-key input-decode-map "\e[23~" [f11]) ;Probably redundant.
7 (define-key local-function-key-map [f11] [?\e]))
8
9 ;; arch-tag: f9f4c954-0b9e-45f9-b450-a320d32abd9c
10 ;;; vt320.el ends here