view lisp/term/vt240.el @ 41089:ead122ed3fe6

(x_set_frame_parameters): Revert change of 2001-11-07. Some x_set_* function expect to be called even if old and new value are equal.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 15 Nov 2001 16:15:47 +0000
parents 67b464da13ec
children 33d53d287ee4
line wrap: on
line source

;; For our purposes we can treat the vt200 and vt100 almost alike.
;; Most differences are handled by the termcap entry.
(load "term/vt100" nil t)

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

;;; vt240.el ends here