MCPcopy Create free account
hub / github.com/NetHack/NetHack / hilight_label

Function hilight_label

win/X11/winstat.c:1515–1524  ·  view source on GitHub ↗

this is almost an exact duplicate of hilight_value() */

Source from the content-addressed store, hash-verified

1513
1514/* this is almost an exact duplicate of hilight_value() */
1515static void
1516hilight_label(Widget w) /* label widget */
1517{
1518 /*
1519 * This predates STATUS_HILITES.
1520 * It is used to show any changed item in inverse and gets
1521 * reset on the next turn.
1522 */
1523 swap_fg_bg(w);
1524}
1525
1526DISABLE_WARNING_FORMAT_NONLITERAL
1527

Callers 4

update_valFunction · 0.85
skip_cond_valFunction · 0.85
apply_hilite_attributesFunction · 0.85
check_turn_eventsFunction · 0.85

Calls 1

swap_fg_bgFunction · 0.85

Tested by

no test coverage detected