# HG changeset patch # User Gerd Moellmann # Date 976900447 0 # Node ID 0a811c1d7a1d71724910a702b322512221dd335b # Parent 06191291f2a214b2a4244fa37186f8f6e17ba09e (expose_window): Don't redraw the window that's currently being updated. diff -r 06191291f2a2 -r 0a811c1d7a1d src/xterm.c --- a/src/xterm.c Fri Dec 15 16:25:51 2000 +0000 +++ b/src/xterm.c Fri Dec 15 17:14:07 2000 +0000 @@ -5819,7 +5819,7 @@ happen when toolkit scroll bars are used and a window is split. Reconfiguring the scroll bar will generate an expose for a newly created window. */ - if (w->current_matrix == NULL) + if (w->current_matrix == NULL || w == updated_window) return; TRACE ((stderr, "expose_window (%d, %d, %d, %d)\n",