1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 20:42:48 -05:00

Introduce the ability to control whether the shell run in pterm is a

login shell or not. Also moved these new pieces of configuration
into the Config structure, though they won't stay there forever
since they will need to be moved out into platform-dependent config.

[originally from svn r2060]
This commit is contained in:
Simon Tatham
2002-10-15 13:07:18 +00:00
parent 0813c25bf6
commit 0c011dcbe0
4 changed files with 26 additions and 7 deletions

View File

@ -369,6 +369,9 @@ struct config_tag {
} sshbug_ignore1, sshbug_plainpw1, sshbug_rsa1,
sshbug_hmac2, sshbug_derivekey2, sshbug_rsapad2,
sshbug_dhgex2;
/* Options for pterm. Should split out into platform-dependent part. */
int stamp_utmp;
int login_shell;
};
/*