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


			
			
				eterm-0.10
			
			
		
Tom Gilbert 23 years ago
parent 4f9e3556d7
commit bb859961aa
  1. 1
      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;
}

Loading…
Cancel
Save