1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-04 04:52:47 -05:00

SEL_NL is different between Windows and Unix; move it out into the

platform-specific header files.

[originally from svn r2043]
This commit is contained in:
Simon Tatham
2002-10-14 09:06:31 +00:00
parent 9904e114c1
commit b3072e227e
3 changed files with 10 additions and 2 deletions

View File

@ -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;