https://winscp.net/tracker/1405 Source commit: cae84d4ac72e0562cfdd0df810ecac45fd3d44f2
@@ -343,6 +343,7 @@ Conf * __fastcall TSecureShell::StoreToConfig(TSessionData * Data, bool Simple)
{
conf_set_int_int(conf, CONF_ssh_gsslist, Index, gsslibkeywords[Index].v);
}
+ conf_set_int(conf, CONF_proxy_log_to_term, FORCE_OFF);
return conf;
//---------------------------------------------------------------------------