mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Roman Pompejus's fix for the TAB-not-working-in-Event-Log bug
[originally from svn r891]
This commit is contained in:
6
putty.h
6
putty.h
@ -84,6 +84,12 @@ GLOBAL int session_closed;
|
||||
#define LGTYP_DEBUG 2 /* logmode: all chars of taffic */
|
||||
GLOBAL char *logfile;
|
||||
|
||||
/*
|
||||
* Window handles for the dialog boxes that can be running during a
|
||||
* PuTTY session.
|
||||
*/
|
||||
GLOBAL HWND logbox;
|
||||
|
||||
/*
|
||||
* I've just looked in the windows standard headr files for WM_USER, there
|
||||
* are hundreds of flags defined using the form WM_USER+123 so I've
|
||||
|
Reference in New Issue
Block a user