X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Funix.h;h=90c6ec2fdeac5afc32a7b41947c676c251acabac;hb=7ecf13564a8d716000ce78146d1aaf4422432a4f;hp=384789aa1acf090c0fcbca89d0f003d275537751;hpb=d609e1f7f8fc69886b8ed674b3087c359566f3e9;p=PuTTY.git 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