Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ xputs
Function
xputs
win/tty/termcap.c:637–645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
635
}
636
637
void
638
xputs(const char *s)
639
{
640
#ifndef TERMLIB
641
(void) fputs(s, stdout);
642
#else
643
tputs(s, 1, xputc);
644
#endif
645
}
646
647
void
648
cl_end(void)
Callers
15
tty_number_pad
Function · 0.70
tty_decgraphics_termcap_fixup
Function · 0.70
term_start_screen
Function · 0.70
term_end_screen
Function · 0.70
nocmov
Function · 0.70
cmov
Function · 0.70
cl_end
Function · 0.70
term_clear_screen
Function · 0.70
home
Function · 0.70
standoutbeg
Function · 0.70
standoutend
Function · 0.70
revbeg
Function · 0.70
Calls
1
tputs
Function · 0.85
Tested by
no test coverage detected