From bb859961aa3b7eadf4c2907ad8a3bca95a008c46 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Thu, 9 Nov 2000 22:55:27 +0000 Subject: [PATCH] Actually, I only needed to touch, not reset the screen. This is better. SVN revision: 3831 --- src/font.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/font.c b/src/font.c index 0fcfc45..cbd75be 100644 --- a/src/font.c +++ b/src/font.c @@ -563,7 +563,6 @@ change_font(int init, const char *fontname) /* If the sizes haven't changed, we don't have to update the hints */ if (fw == TermWin.fwidth && fh == TermWin.fheight) { /* but we _do_ need to redraw to show the new font */ - scr_reset(); scr_touch(); return; }