]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
I'm sick of all those #ifdefs in settings.c, and in any case plink
authorSimon Tatham <anakin@pobox.com>
Thu, 9 Jan 2003 18:06:29 +0000 (18:06 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 9 Jan 2003 18:06:29 +0000 (18:06 +0000)
commit4d86f5979dfc44345c22b98f970494178de4217f
tree7401563ae083c749c7704565702c309c0b4b0515
parent10c1d43ac6004943e8cfb55b9a8483cc080e3ea9
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.

[originally from svn r2513]
Recipe
mac/mac.c
putty.h
settings.c
unix/pterm.c
unix/uxplink.c
windefs.c [new file with mode: 0644]