X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/1709795fee167cc2d2d423df0161e7963376b910..887035a593c8c0a1af853657c80046e17dc5581a:/winstuff.h diff --git a/winstuff.h b/winstuff.h index 3bf43bcb..d5c08a20 100644 --- a/winstuff.h +++ b/winstuff.h @@ -54,6 +54,22 @@ GLOBAL HINSTANCE hinst; #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 + +/* + * On Windows, copying to the clipboard terminates lines with CRLF. + */ +#define SEL_NL { 13, 10 } + +/* * Exports from winctrls.c. */