Variable: tty-setup-hook
tty-setup-hook is a variable defined in faces.el.gz.
Value
nil
Documentation
Hook run after running the initialization function of a new text terminal.
Specifically, tty-run-terminal-initialization runs this.
This can be used to fine tune the input-decode-map, for example.
Probably introduced at or before Emacs version 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/faces.el.gz
(defvar tty-setup-hook nil
"Hook run after running the initialization function of a new text terminal.
Specifically, `tty-run-terminal-initialization' runs this.
This can be used to fine tune the `input-decode-map', for example.")