X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=config.h;h=203c5caba50be4d83abbde26bbad809178292ae0;hp=eeff270c533e6ad1d8893807601959fb888b1716;hb=8c4076c17519e9f5a2bfc45fe1b885d9ce806b54;hpb=e3edccb30438fa531aca19132a7ca532d3ac5dc9 diff --git a/config.h b/config.h index eeff270..203c5ca 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ #ifndef VOR_CONFIG_H #define VOR_CONFIG_H -#define VERSION "0.5.1" +#define VERSION "0.5.3" // screen size #define XSIZE 640 @@ -57,4 +57,7 @@ #define MAX_PATH_LEN 1024 +// number of milliseconds the blinky cursor stays visible/invisible +#define CURSOR_BLINK_TIME 300 + #endif // VOR_CONFIG_H