Home
last modified time | relevance | path

Searched refs:RS_Careful (Results 1 – 4 of 4) sorted by relevance

/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drxvt.h362 #define RS_Careful (1UL << RS_fontShift) /* be careful when drawing these */ macro
364 #define RS_fontMask ((RS_fontCount << (RS_fontShift + 1)) | RS_Careful) // includes R…
691 #define RS_SAME(a,b) (!(((a) ^ (b)) & ~RS_Careful))
H A Dscreen.C2313 if (ecb_unlikely (rend & (RS_baseattrMask | RS_Careful | RS_Sel))) in scr_refresh()
2393 && srp[text - stp - 1] & RS_Careful in scr_refresh()
2398 for (int i = 0; srp[col + i] & RS_Careful && col + i < ncol - 1; i++) in scr_refresh()
2402 for (int i = 0; srp[text - stp - i] & RS_Careful && text - i > stp; i++) in scr_refresh()
H A Drxvtperl.xs835 const_iv (RS_Careful),
H A Dcommand.C201 r & RS_Careful ? " careful" : ""); in iso14755_51()