view lisp/term/vt420.el @ 42328:58de0a625e52

(texinfo-show-structure): Display the line showing the current location in the middle of the window.
author Robert J. Chassell <bob@rattlesnake.com>
date Tue, 25 Dec 2001 16:16:22 +0000
parents 67b464da13ec
children 33d53d287ee4
line wrap: on
line source

(load "term/vt100" nil t)

;; Make F11 an escape key.
(define-key function-key-map "\e[23~" [?\e])

;;; vt420.el ends here