--- rxvt-unicode/src/screen.C 2007/08/13 22:41:34 1.274 +++ rxvt-unicode/src/screen.C 2007/08/15 22:41:52 1.275 @@ -1803,7 +1803,7 @@ min_it (rc[i].col, ncol - 1); min_it (rc[i].row, nrow - 1); } - +// TODO: this line somehow causes segfault if scr_expose() is called just after resize for (i = rc[PART_BEG].row; i <= rc[PART_END].row; i++) fill_text (&drawn_buf[i].t[rc[PART_BEG].col], 0, rc[PART_END].col - rc[PART_BEG].col + 1);