Mercurial > emacs
view lisp/term/vt320.el @ 83351:e012279bbb3b
Apply patch from CVS trunk to fix recenter on ttys.
* src/window.c (window_internal_height): Remove bogus make_number call.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-391
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 04 Aug 2005 00:50:01 +0000 |
parents | 7372c2f9daac |
children | 532e0a9335a9 |
line wrap: on
line source
;; -*- no-byte-compile: t -*- (load "term/vt100" nil t) ;; Make F11 an escape key. (define-key (terminal-local-value 'local-function-key-map nil) "\e[23~" [?\e]) ;;; arch-tag: f9f4c954-0b9e-45f9-b450-a320d32abd9c ;;; vt320.el ends here