Don't call SetFractEnable every time we draw some text, since
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Thu, 28 Nov 2002 21:10:55 +0000 (21:10 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Thu, 28 Nov 2002 21:10:55 +0000 (21:10 +0000)
commit20655a257642e1e200223e1b8e5d8dfe2bf27d5f
treeda6ca6129db165aa8d4ee437c27b9cc86013f636
parentea4c3d8a009e596aaabf2eeb2029201dd5664693
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2263 cda61777-01e9-0310-a592-d414129be87e
mac/macterm.c