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