Tartarus CVS: putty: ben

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Sun, 08 Dec 2002 01:17:34 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     ben
Date:           Sun Dec 08 2002  01:17:34 GMT

Log message:
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.

Modified files:
    mac             : macterm.c

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