mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Support for blinking text and blinking cursor. Won't actually be
accessible until there's a way to configure it on, but it worked in tests. [originally from svn r2067]
This commit is contained in:
@ -25,7 +25,7 @@ extern Backend pty_backend;
|
||||
unsigned long getticks(void); /* based on gettimeofday(2) */
|
||||
#define GETTICKCOUNT getticks
|
||||
#define TICKSPERSEC 1000000 /* gettimeofday returns microseconds */
|
||||
#define CURSORBLINK 400000 /* FIXME: need right way to do this */
|
||||
#define CURSORBLINK 450000 /* no standard way to set this */
|
||||
|
||||
#define WCHAR wchar_t
|
||||
#define BYTE unsigned char
|
||||
|
Reference in New Issue
Block a user