1
0
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:
Simon Tatham
2002-10-15 16:38:10 +00:00
parent 69f78385ab
commit 6f9ce1b724
2 changed files with 3 additions and 1 deletions

View File

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