X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/a1a1fae491039fc8fba576474e6bb56800f54652..db9b7dcedb001b942ad945a56b2d7bf9b77d7a6a:/windows/winhelp.h diff --git a/windows/winhelp.h b/windows/winhelp.h index 750d3794..c9d05b03 100644 --- a/windows/winhelp.h +++ b/windows/winhelp.h @@ -99,6 +99,7 @@ #define WINHELP_CTX_ssh_auth_privkey "ssh.auth.privkey" #define WINHELP_CTX_ssh_auth_agentfwd "ssh.auth.agentfwd" #define WINHELP_CTX_ssh_auth_changeuser "ssh.auth.changeuser" +#define WINHELP_CTX_ssh_auth_pageant "ssh.auth.pageant" #define WINHELP_CTX_ssh_auth_tis "ssh.auth.tis" #define WINHELP_CTX_ssh_auth_ki "ssh.auth.ki" #define WINHELP_CTX_selection_buttons "selection.buttons" @@ -130,6 +131,12 @@ #define WINHELP_CTX_ssh_bugs_rsapad2 "ssh.bugs.rsapad2" #define WINHELP_CTX_ssh_bugs_pksessid2 "ssh.bugs.pksessid2" #define WINHELP_CTX_ssh_bugs_rekey2 "ssh.bugs.rekey2" +#define WINHELP_CTX_serial_line "serial.line" +#define WINHELP_CTX_serial_speed "serial.speed" +#define WINHELP_CTX_serial_databits "serial.databits" +#define WINHELP_CTX_serial_stopbits "serial.stopbits" +#define WINHELP_CTX_serial_parity "serial.parity" +#define WINHELP_CTX_serial_flow "serial.flow" /* These are used in Windows-specific bits of the frontend. * We (ab)use "help context identifiers" (dwContextId) to identify them. */