mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 11:02:48 -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:
@ -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
|
||||
|
Reference in New Issue
Block a user