]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - winstuff.h
Support scrolling with the mouse wheel (X servers apparently usually
[PuTTY.git] / winstuff.h
index 8c994c03079c9a00e091d37917c9669ed3691631..d5c08a20342b1c6d6dbbd53d91d1808f98bcb435 100644 (file)
@@ -64,6 +64,11 @@ GLOBAL HINSTANCE hinst;
  */
 #define SELECTION_NUL_TERMINATED 1
 
+/*
+ * On Windows, copying to the clipboard terminates lines with CRLF.
+ */
+#define SEL_NL { 13, 10 }
+
 /*
  * Exports from winctrls.c.
  */