1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Add X11 forwarding, mainly thanks to Andreas Schultz

[originally from svn r878]
This commit is contained in:
Simon Tatham
2001-01-22 11:34:52 +00:00
parent 7edcb497cc
commit 4a339ef430
7 changed files with 437 additions and 4 deletions

View File

@ -209,6 +209,9 @@ typedef struct {
int xlat_88592w1250;
int xlat_88592cp852;
int xlat_capslockcyr;
/* X11 forwarding */
int x11_forward;
char x11_display[128];
} Config;
/*