From: Simon Tatham Date: Fri, 15 Jan 1999 11:28:11 +0000 (+0000) Subject: Fix breakage in window redraw X-Git-Tag: 0.45~6 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=3352f57942abe639da00b3ba3c604e1d402f0236;p=PuTTY.git Fix breakage in window redraw [originally from svn r14] --- diff --git a/terminal.c b/terminal.c index feec70a4..a935be7d 100644 --- a/terminal.c +++ b/terminal.c @@ -1254,8 +1254,8 @@ void term_paint (Context ctx, int l, int t, int r, int b) { right = (r - 1) / font_width; top = t / font_height; bottom = (b - 1) / font_height; - for (i = top; i <= bottom && j