mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Selection now supported in pterm. Required small modifications
outside the unix subdir, owing to more things needing to become platform-dependent. [originally from svn r2033]
This commit is contained in:
11
winstuff.h
11
winstuff.h
@ -53,6 +53,17 @@ GLOBAL HINSTANCE hinst;
|
||||
#define WM_XUSER (WM_USER + 0x2000)
|
||||
#define WM_NETEVENT (WM_XUSER + 5)
|
||||
|
||||
/*
|
||||
* On Windows, we send MA_2CLK as the only event marking the second
|
||||
* press of a mouse button. Compare unix.h.
|
||||
*/
|
||||
#define MULTICLICK_ONLY_EVENT 1
|
||||
|
||||
/*
|
||||
* On Windows, data written to the clipboard must be NUL-terminated.
|
||||
*/
|
||||
#define SELECTION_NUL_TERMINATED 1
|
||||
|
||||
/*
|
||||
* Exports from winctrls.c.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user