--- rxvt-unicode/src/feature.h 2006/01/19 16:37:54 1.40 +++ rxvt-unicode/src/feature.h 2006/01/20 10:27:08 1.41 @@ -60,6 +60,16 @@ */ /* + * The cursor blink interval, in seconds. + */ +#define CURSOR_BLINK_INTERVAL 0.5 + +/* + * The text blink interval, in seconds. + */ +#define TEXT_BLINK_INTERVAL CURSOR_BLINK_INTERVAL + +/* * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2) */ /* #define NO_CURSORCOLOR */