--- rxvt-unicode/src/rxvt.h 2004/01/28 23:40:50 1.23 +++ rxvt-unicode/src/rxvt.h 2004/01/29 21:35:58 1.24 @@ -834,6 +834,9 @@ #ifdef CURSOR_BLINK hidden_cursor:1, #endif +#ifdef TEXT_BLINK + hidden_text:1, +#endif #ifdef POINTER_BLANK hidden_pointer:1, #endif