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