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

Function standoutend

win/tty/termcap.c:699–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699void
700standoutend(void)
701{
702 if (SE)
703 xputs(SE);
704}
705
706#if 0 /* if you need one of these, uncomment it (here and in extern.h) */
707void

Callers 3

moreFunction · 0.70
getretFunction · 0.70
dmoreFunction · 0.70

Calls 1

xputsFunction · 0.70

Tested by

no test coverage detected