# | Line 203 | Line 203 | int xmin, ymin, xmax, ymax; | |
---|---|---|
203 | pixval[ndx]); | |
204 | } | |
205 | if (nrays - lastflush >= WFLUSH) { | |
206 | < | flush(); |
206 | > | flush(); /* also checks for input */ |
207 | lastflush = nrays; | |
208 | } | |
209 | } | |
# | Line 227 | Line 227 | char *out; | |
227 | { | |
228 | if (comline != NULL) | |
229 | xt_puts(out, comline); | |
230 | < | XFlush(); |
230 | > | XFlush(); /* don't process events! */ |
231 | } | |
232 | ||
233 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |