Tartarus CVS: putty: simon
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Thu, 09 Jan 2003 18:06:31 +0000
CVS Root: /home/cvs
Module: putty
Changes by: simon
Date: Thu Jan 09 2003 18:06:31 GMT
Log message:
I'm sick of all those #ifdefs in settings.c, and in any case plink
and pterm need at least one default setting to be _different_ (pterm
needs the default term type to be `xterm', while plink needs it to
be taken from $TERM). So here's a completely new alternative
mechanism for platform- and app-specific default settings. Ben will
probably want to check the integrity of the Mac port, since I've
fiddled with it without testing that it still compiles.
Modified files:
. : Recipe putty.h settings.c
mac : mac.c
unix : pterm.c uxplink.c
Added files:
. : windefs.c
Links:
http://cvs.tartarus.org//putty/Recipe.diff?r1=1.20&r2=1.21
http://cvs.tartarus.org//putty/putty.h.diff?r1=1.178&r2=1.179
http://cvs.tartarus.org//putty/settings.c.diff?r1=1.93&r2=1.94
http://cvs.tartarus.org//putty/windefs.c?rev=1.1&content-type=text/vnd.viewcvs-markup
http://cvs.tartarus.org//putty/mac/mac.c.diff?r1=1.20&r2=1.21
http://cvs.tartarus.org//putty/unix/pterm.c.diff?r1=1.79&r2=1.80
http://cvs.tartarus.org//putty/unix/uxplink.c.diff?r1=1.8&r2=1.9