SEL_NL is different between Windows and Unix; move it out into the
[u/mdw/putty] / unix / unix.h
index 28f7b18..d4c3328 100644 (file)
@@ -16,6 +16,11 @@ extern Backend pty_backend;
  */
 #define SELECTION_NUL_TERMINATED 0
 
+/*
+ * Under X, copying to the clipboard terminates lines with just LF.
+ */
+#define SEL_NL { 10 }
+
 /* Simple wraparound timer function */
 unsigned long getticks(void);         /* based on gettimeofday(2) */
 #define GETTICKCOUNT getticks