comparison src/xterm.c @ 83216:4f2f1522636c

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-604 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-605 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-606 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-607 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-256
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 10 Oct 2004 16:41:56 +0000
parents d83f49cefda3 38e45bf0128a
children e86fc76a45e4
comparison
equal deleted inserted replaced
83215:a9f716fbb9c6 83216:4f2f1522636c
570 if (cursor_on_p) 570 if (cursor_on_p)
571 display_and_set_cursor (w, 1, output_cursor.hpos, 571 display_and_set_cursor (w, 1, output_cursor.hpos,
572 output_cursor.vpos, 572 output_cursor.vpos,
573 output_cursor.x, output_cursor.y); 573 output_cursor.x, output_cursor.y);
574 574
575 x_draw_vertical_border (w); 575 if (draw_window_fringes (w, 1))
576 576 x_draw_vertical_border (w);
577 draw_window_fringes (w);
578 577
579 UNBLOCK_INPUT; 578 UNBLOCK_INPUT;
580 } 579 }
581 580
582 /* If a row with mouse-face was overwritten, arrange for 581 /* If a row with mouse-face was overwritten, arrange for