From: sf-exg Date: Sun, 14 Feb 2010 11:04:11 +0000 (+0000) Subject: Remove TODO. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2b440e6f264b267a0681c6748eee436dda5e184d;p=dana%2Furxvt.git Remove TODO. --- diff --git a/src/screen.C b/src/screen.C index 0b9ddf0e..8ccba89c 100644 --- a/src/screen.C +++ b/src/screen.C @@ -1836,7 +1836,7 @@ rxvt_term::scr_expose (int x, int y, int ewidth, int eheight, bool refresh) NOTH 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);