Tartarus CVS: putty: ben

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Thu, 28 Nov 2002 21:10:57 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     ben
Date:           Thu Nov 28 2002  21:10:57 GMT

Log message:
Don't call SetFractEnable every time we draw some text, since
SetFractEnable unconditionally flushes the Font Manager's width cache,
and the default is fine for us anyway.  This more or less doubles
redraw speed, which is nice, but still not really fast enough.

Modified files:
    mac             : macterm.c

Links:
http://cvs.tartarus.org//putty/mac/macterm.c.diff?r1=1.14&r2=1.15