mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Modifications to the new Close On Exit option:
- wording change (required a patch to winctrls.c:radioline()) - `only on clean exit' is used when an old-style config says `yes', on the grounds that it's more generally useful than `always' and also we want to map the old default to the new default. [originally from svn r928]
This commit is contained in:
4
putty.h
4
putty.h
@ -135,8 +135,8 @@ enum {
|
||||
* Close On Exit behaviours. (cfg.close_on_exit)
|
||||
*/
|
||||
COE_NEVER, /* Never close the window */
|
||||
COE_ALWAYS, /* Always close the window */
|
||||
COE_NORMAL /* Close window on "normal" (non-error) exits only */
|
||||
COE_NORMAL, /* Close window on "normal" (non-error) exits only */
|
||||
COE_ALWAYS /* Always close the window */
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user