47726
|
1 ;; -*- no-byte-compile: t -*-
|
83353
532e0a9335a9
Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Karoly Lorentey <lorentey@elte.hu>
diff
changeset
|
2 (defun terminal-init-vt420
|
532e0a9335a9
Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Karoly Lorentey <lorentey@elte.hu>
diff
changeset
|
3 "Terminal initialization function for vt420."
|
83524
|
4 (tty-run-terminal-initialization (selected-frame) "vt100")
|
64651
af1c58687bdd
* term/apollo.el (terminal-init-apollo): New function containing
Dan Nicolaescu <dann@ics.uci.edu>
diff
changeset
|
5 ;; Make F11 an escape key.
|
85550
|
6 (define-key input-decode-map "\e[23~" [f11]) ;Probably redundant.
|
|
7 (define-key local-function-key-map [f11] [?\e]))
|
38414
|
8
|
85550
|
9 ;; arch-tag: df2f897c-3a12-4b3c-9259-df089f96c160
|
38414
|
10 ;;; vt420.el ends here
|