View | Details | Raw Unified | Return to bug 1761 | Differences between
and this patch

Collapse All | Expand All

(-)libedit-20100424-3.0/src/read.c.orig (+3 lines)
Lines 325-330 read_char(EditLine *el, Char *cp) Link Here
325
			sig_set(el);
325
			sig_set(el);
326
			el_set(el, EL_REFRESH);
326
			el_set(el, EL_REFRESH);
327
			goto again;
327
			goto again;
328
		} else if (el->el_signal->sig_no == SIGWINCH) {
329
			sig_set(el);
330
			goto again;
328
		}
331
		}
329
		if (!tried && read__fixio(el->el_infd, errno) == 0)
332
		if (!tried && read__fixio(el->el_infd, errno) == 0)
330
			tried = 1;
333
			tried = 1;

Return to bug 1761