]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Don't call SetFractEnable every time we draw some text, since
authorBen Harris <bjh21@bjh21.me.uk>
Thu, 28 Nov 2002 21:10:55 +0000 (21:10 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Thu, 28 Nov 2002 21:10:55 +0000 (21:10 +0000)
commit26f8c13f7bab2318687e569e2d08fd72e595f150
treeda6ca6129db165aa8d4ee437c27b9cc86013f636
parent4b3ed260168bc86754b0b92c60a05a3abe066dd5
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.

[originally from svn r2263]
mac/macterm.c