Mercurial > emacs
view lisp/term/vt320.el @ 83521:40a5d8a15056
Fix crashes in redisplay functions on suspended tty frames. (Reported by Dan Nicolaescu.)
* src/term.c (Fsuspend_tty): Call clear_tty_hooks.
(Fresume_tty, init_tty): Call set_tty_hooks.
(clear_tty_hooks, set_tty_hooks): New functions.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-561
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sat, 20 May 2006 12:00:16 +0000 |
parents | 7d093d9d4479 |
children | 673d62ad74b5 |
line wrap: on
line source
;; -*- no-byte-compile: t -*- (defun terminal-init-vt320 () "Terminal initialization function for vt320." (terminal-init-vt100) ;; Make F11 an escape key. (define-key local-function-key-map "\e[23~" [?\e])) ;;; arch-tag: f9f4c954-0b9e-45f9-b450-a320d32abd9c ;;; vt320.el ends here