From 3352f57942abe639da00b3ba3c604e1d402f0236 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 15 Jan 1999 11:28:11 +0000 Subject: [PATCH] Fix breakage in window redraw [originally from svn r14] --- 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