1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Add support for the SUPDUP protocol.

Based on work by Josh Dersch, with permission.
This commit is contained in:
Lars Brinkhoff
2019-04-02 12:16:25 +02:00
committed by Simon Tatham
parent ad6987e1b1
commit 315933c114
11 changed files with 997 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#include "rcstuff.h"
#define APPNAME "PuTTY"
#define APPDESC "SSH, Telnet and Rlogin client"
#define APPDESC "SSH, Telnet, Rlogin and SUPDUDP client"
#include "winhelp.rc2"
#include "win_res.rc2"

View File

@ -52,6 +52,10 @@
#define WINHELP_CTX_terminal_localecho "config-localecho"
#define WINHELP_CTX_terminal_localedit "config-localedit"
#define WINHELP_CTX_terminal_printing "config-printing"
#define WINHELP_CTX_supdup_location "supdup-location"
#define WINHELP_CTX_supdup_ascii "supdup-ascii"
#define WINHELP_CTX_supdup_more "supdup-more"
#define WINHELP_CTX_supdup_scroll "supdup-scroll"
#define WINHELP_CTX_bell_style "config-bellstyle"
#define WINHELP_CTX_bell_taskbar "config-belltaskbar"
#define WINHELP_CTX_bell_overload "config-bellovl"