Actually, I only needed to touch, not reset the screen. This is better.

SVN revision: 3831
This commit is contained in:
Tom Gilbert 2000-11-09 22:55:27 +00:00
parent 4f9e3556d7
commit bb859961aa
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}