SEL_NL is different between Windows and Unix; move it out into the
[sgt/putty] / putty.h
diff --git a/putty.h b/putty.h
index f2c10ba..793e976 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -99,8 +99,6 @@ typedef struct backend_tag Backend;
 #define ATTR_CUR_AND (~(ATTR_BOLD|ATTR_REVERSE|ATTR_BLINK|ATTR_COLOURS))
 #define ATTR_CUR_XOR 0x00BA0000UL
 
-#define SEL_NL { 13, 10 }
-
 GLOBAL int rows, cols, savelines;
 
 GLOBAL int has_focus;