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

Function term_end_color

win/tty/termcap.c:1473–1477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1471}
1472
1473void
1474term_end_color(void)
1475{
1476 xputs(nh_HE);
1477}
1478
1479void
1480term_start_color(int color)

Callers 7

set_item_stateFunction · 0.70
toggle_menu_attrFunction · 0.70
ttyinv_renderFunction · 0.70
tty_refresh_inventoryFunction · 0.70
end_glyphoutFunction · 0.70
tty_print_glyphFunction · 0.70
render_statusFunction · 0.70

Calls 1

xputsFunction · 0.70

Tested by

no test coverage detected