X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=config.h;h=203c5caba50be4d83abbde26bbad809178292ae0;hp=a17c5dfbbd8a499b65a2cd4f20a271f683607b56;hb=8c4076c17519e9f5a2bfc45fe1b885d9ce806b54;hpb=84669fdcf3fe7f06097105dbd54a404fd88c1a3b diff --git a/config.h b/config.h index a17c5df..203c5ca 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.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