--- ray/src/hd/rhd_x11.c 1998/01/01 14:48:46 3.21 +++ ray/src/hd/rhd_x11.c 1998/01/04 08:32:01 3.22 @@ -604,6 +604,7 @@ register XKeyPressedEvent *ekey; if (ncolors > 0) new_ctab(ncolors); inpresflags |= DFL(DC_REDRAW); /* resend values from server */ + rayqleft = 0; /* hold off update */ return; case 'K': /* kill rtrace process(es) */ inpresflags |= DFL(DC_KILL);