From e42ad0271c39eaf0173d6f38132e14c504b7466c Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 15 Jan 1999 11:28:11 +0000 Subject: [PATCH] Fix breakage in window redraw git-svn-id: svn://svn.tartarus.org/sgt/putty@14 cda61777-01e9-0310-a592-d414129be87e --- terminal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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