Revision: emacs--multi-tty--0--patch-260 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Thu Oct 14 16:58:43 CEST 2004 Standard-date: 2004-10-14 14:58:43 GMT Modified-files: README.multi-tty src/xdisp.c New-patches: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-260 Summary: Fix core dump in redisplay window. (Reported by Yoshiaki Kasahara.) Plus cleanups. Keywords: * 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.