--- rxvt-unicode/src/screen.C 2010/04/17 23:05:48 1.341 +++ rxvt-unicode/src/screen.C 2010/07/01 21:52:52 1.343 @@ -32,7 +32,8 @@ #include "salloc.C" // HACK, should be a seperate compile! -static inline void fill_text (text_t *start, text_t value, int len) +static inline void +fill_text (text_t *start, text_t value, int len) { while (len--) *start++ = value; @@ -1340,7 +1341,7 @@ // TODO: the code below does not work when view_start != 0 // the workaround is to disable the clear and use a normal refresh // when view_start != 0. mysterious. - if (rstyle & (RS_RVid | RS_Uline)) + if (rstyle & (RS_Blink | RS_RVid | RS_Uline)) ren = (rend_t) ~RS_None; else if (GET_BASEBG (rstyle) == Color_bg) {