From: simon Date: Fri, 15 Jan 1999 11:28:11 +0000 (+0000) Subject: Fix breakage in window redraw X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/e42ad0271c39eaf0173d6f38132e14c504b7466c Fix breakage in window redraw git-svn-id: svn://svn.tartarus.org/sgt/putty@14 cda61777-01e9-0310-a592-d414129be87e --- 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