1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00
putty-source/mac
Ben Harris 7522f5302d 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.

[originally from svn r2287]
2002-12-08 01:17:31 +00:00
..
.cvsignore Ignore generated Mac Makefile 2002-12-07 12:03:33 +00:00
mac_res.r Add support for displaying the licence window. 2002-11-24 15:08:52 +00:00
mac.c Use the Script Manager to find a small Roman font for the licence box rather 2002-12-06 00:09:34 +00:00
mac.h Improve support for non-colour displays by adding a mask of attributes to 2002-11-29 00:32:03 +00:00
macresid.h Tentative merge of ben-mac-port (only dead for three years!) into the trunk. 2002-11-19 02:13:46 +00:00
macstore.c Tentative merge of ben-mac-port (only dead for three years!) into the trunk. 2002-11-19 02:13:46 +00:00
macstuff.h Bring in some of my scroll-optimisation stuff from the old Mac port. 2002-11-23 13:07:29 +00:00
macterm.c Slightly cheesy size-tip implementation. This is suboptimal in two ways: 2002-12-08 01:17:31 +00:00
macucs.c Add some comments explaining what each of these functions is used for. 2002-12-04 19:44:57 +00:00
mkputty.mpw Driver script for building PuTTY under MPW. MPW isn't multi-tasking, so its 2002-12-02 21:06:12 +00:00