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

Function graph_on

win/tty/termcap.c:760–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758
759#ifdef ASCIIGRAPH
760void
761graph_on(void)
762{
763 if (AS)
764 xputs(AS);
765}
766
767void
768graph_off(void)

Callers 1

g_putchFunction · 0.70

Calls 1

xputsFunction · 0.70

Tested by

no test coverage detected