X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/0f660c8fcff217b1c4518aa77b038adae45f3601..5c0ea258b7f1d4725ddd717d9b6e9e7f8ec079f3:/putty.h diff --git a/putty.h b/putty.h index f0b93a5f..cbccef76 100644 --- a/putty.h +++ b/putty.h @@ -369,6 +369,12 @@ 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; + int scrollbar_on_left; + char boldfont[64]; + int shadowboldoffset; }; /*