X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/6ac7f054182a91601c70c93b663c10149a766fb7..cd985a32b9fb7bcb504b9c2e10b20df6e81439a0:/unix/unix.h diff --git a/unix/unix.h b/unix/unix.h index 384789aa..90c6ec2f 100644 --- a/unix/unix.h +++ b/unix/unix.h @@ -45,8 +45,8 @@ extern Backend pty_backend; /* Simple wraparound timer function */ unsigned long getticks(void); /* based on gettimeofday(2) */ #define GETTICKCOUNT getticks -#define TICKSPERSEC 1000000 /* gettimeofday returns microseconds */ -#define CURSORBLINK 450000 /* no standard way to set this */ +#define TICKSPERSEC 1000 /* we choose to use milliseconds */ +#define CURSORBLINK 450 /* no standard way to set this */ #define WCHAR wchar_t #define BYTE unsigned char