X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=config.h;h=402cbc2b1edbab94cff4a8d1d13c295f6b31427b;hp=dc5e9832becd11cb34db5c41ddc97a78327f4158;hb=806e643f2aeaa3b7e6f53e3377d6a5a7f775ff1f;hpb=1f56b653a3e8284f1d9164758d54b93e611af954 diff --git a/config.h b/config.h index dc5e983..402cbc2 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ #ifndef VOR_CONFIG_H #define VOR_CONFIG_H -#define VERSION "0.5" +#define VERSION "0.5.4" // 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