Slightly cheesy size-tip implementation. This is suboptimal in two ways:
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 8 Dec 2002 01:17:31 +0000 (01:17 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 8 Dec 2002 01:17:31 +0000 (01:17 +0000)
commit64b8ebc641fb8673a81166570a4cd91c50022cb9
tree2246997fc4158ccee14d98e7eb8752cb8578a8ea
parent3896fb22181b4b0edcf95814435b5f899198758f
Slightly cheesy size-tip implementation.  This is suboptimal in two ways:
 * It paints over the top-left corner of the terminal window.  A little
   floating window would be rather nicer and not much harder to do.
 * It uses the low-memory global, DragHook, which is unavailable in Carbon
   and broken in some versions of Mac OS 8 (8.5?).  I suspect this is
   unavoidable, though.

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