Tartarus CVS: putty: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Mon, 28 Oct 2002 17:39:23 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     simon
Date:           Mon Oct 28 2002  17:39:23 GMT

Log message:
CloseOnExit now defaults to COE_ALWAYS for pterm, bringing it back
into line with most other xtermalikes. On Unix, the exit code of a
shell is the last exit code of one of its child processes, even if
it's an interactive shell - so some pterms will close and some will
not for no particularly good reason. Power-detaching a screen
session is especially bad for this.
COE_NORMAL is still useful for specialist purposes (running a single
command in its own pterm), but I don't think it's a sane default,
unfortunately.

Modified files:
    .               : settings.c
    unix            : pterm.1

Links:
http://cvs.tartarus.org//putty/settings.c.diff?r1=1.83&r2=1.84
http://cvs.tartarus.org//putty/unix/pterm.1.diff?r1=1.6&r2=1.7