aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey2004-10-14 14:58:43 +0000
committerKaroly Lorentey2004-10-14 14:58:43 +0000
commitec16044407f468aacda9eb031fb7267d5ee0f899 (patch)
tree479ac244ef6259c442f2db84d261b9be8add484e /README.multi-tty
parent60126205ad630dd474129c0218eb48bb19630915 (diff)
downloademacs-ec16044407f468aacda9eb031fb7267d5ee0f899.tar.gz
emacs-ec16044407f468aacda9eb031fb7267d5ee0f899.zip
Fix core dump in redisplay window. (Reported by Yoshiaki Kasahara.) Plus cleanups.
* src/xdisp.c (handle_single_display_prop): Use FRAME_WINDOW_P instead of checking against specific frame types. Ignore images on non-window frames. (echo_area_display): Use FRAME_INITIAL_P to check for initial frame. (redisplay_preserve_echo_area): Update for multi-tty support. (redisplay_window): Don't bother with toolbars, fringe bitmaps or vertical borders on tty frames. (display_line): Remove superflous #ifdefs. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-260
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index f6cdc027f95..98a182f2934 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -310,6 +310,9 @@ is probably not very interesting for anyone else.)
310THINGS TO DO 310THINGS TO DO
311------------ 311------------
312 312
313** rif->flush_display_optional (NULL) calls should be replaced by a
314 new global function.
315
313** Hunt down display-related functions in frame.el and extend them all 316** Hunt down display-related functions in frame.el and extend them all
314 to accept display ids. 317 to accept display ids.
315 318