Home
last modified time | relevance | path

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

/dports/games/xnethack/xNetHack-xnh6.1/win/X11/
H A Dwinstat.c129 old_cond_colors[32]; variable
255 for (i = 0; i < SIZE(old_cond_colors); ++i) in X11_status_init()
256 old_cond_colors[i] = NO_COLOR; in X11_status_init()
366 old_cond_colors[cond] = colrattr; in HiliteField()
427 if (colrattr != old_cond_colors[c_idx]) in DisplayCond()
500 old_cond_colors[i] = NO_COLOR; /* fg, bg, font were just reset */ in render_conditions()
622 old_cond_colors[ci] = NO_COLOR; in tt_status_fixup()