From 2b440e6f264b267a0681c6748eee436dda5e184d Mon Sep 17 00:00:00 2001 From: sf-exg Date: Sun, 14 Feb 2010 11:04:11 +0000 Subject: [PATCH] Remove TODO. --- src/screen.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1