Mercurial > emacs
view lisp/term/vt320.el @ 83330:233c9974025b
Fix the original cause of the "arrow keys don't work on screen" bug.
* src/term.c (tty_set_terminal_modes, tty_reset_terminal_modes): Flush
tty output before returning.
* src/sysdep.c (reset_sys_modes): Remove superflous fflush call.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-370
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 03 Jul 2005 17:09:22 +0000 |
parents | 695cf19ef79e |
children | af1c58687bdd 7372c2f9daac 375f2633d815 |
line wrap: on
line source
;; -*- no-byte-compile: t -*- (load "term/vt100" nil t) ;; Make F11 an escape key. (define-key function-key-map "\e[23~" [?\e]) ;;; arch-tag: f9f4c954-0b9e-45f9-b450-a320d32abd9c ;;; vt320.el ends here