--- ncurses/base/wresize.c.orig Sat May 11 18:43:01 2002 +++ ncurses/base/wresize.c Sat May 11 19:26:43 2002 @@ -130,7 +130,7 @@ win->_line[row].text = s = c_ALLOC(s, ToCols + 1); if (win->_line[row].text == 0) returnCode(ERR); - } else if (s == 0) { + } else { win->_line[row].text = s = &pline[win->_pary + row].text[win->_parx]; }