mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
In SSH, we now send terminal speeds to the server when requesting a pty
(we didn't before) - `ssh-termspeed'. In the process, I've removed the individual controls on the Telnet and Rlogin panels and replaced them with one on the Connection panel (since they were backed by the same storage anyway). The terminal speeds sent in SSH are logged in the Event Log. [originally from svn r4133]
This commit is contained in:
@ -57,6 +57,7 @@
|
||||
#define WINHELP_CTX_appearance_hidemouse "appearance.hidemouse"
|
||||
#define WINHELP_CTX_appearance_border "appearance.border"
|
||||
#define WINHELP_CTX_connection_termtype "connection.termtype"
|
||||
#define WINHELP_CTX_connection_termspeed "connection.termspeed"
|
||||
#define WINHELP_CTX_connection_username "connection.username"
|
||||
#define WINHELP_CTX_connection_keepalive "connection.keepalive"
|
||||
#define WINHELP_CTX_connection_nodelay "connection.nodelay"
|
||||
@ -67,13 +68,11 @@
|
||||
#define WINHELP_CTX_proxy_auth "proxy.auth"
|
||||
#define WINHELP_CTX_proxy_command "proxy.command"
|
||||
#define WINHELP_CTX_proxy_socksver "proxy.socksver"
|
||||
#define WINHELP_CTX_telnet_termspeed "telnet.termspeed"
|
||||
#define WINHELP_CTX_telnet_environ "telnet.environ"
|
||||
#define WINHELP_CTX_telnet_oldenviron "telnet.oldenviron"
|
||||
#define WINHELP_CTX_telnet_passive "telnet.passive"
|
||||
#define WINHELP_CTX_telnet_specialkeys "telnet.specialkeys"
|
||||
#define WINHELP_CTX_telnet_newline "telnet.newline"
|
||||
#define WINHELP_CTX_rlogin_termspeed "rlogin.termspeed"
|
||||
#define WINHELP_CTX_rlogin_localuser "rlogin.localuser"
|
||||
#define WINHELP_CTX_ssh_nopty "ssh.nopty"
|
||||
#define WINHELP_CTX_ssh_ciphers "ssh.ciphers"
|
||||
|
Reference in New Issue
Block a user