Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ term_curs_set
Function
term_curs_set
win/tty/wintty.c:3986–3990 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3984
/* placeholder for now */
3985
}
3986
void
3987
term_curs_set(int visibility UNUSED)
3988
{
3989
/* nothing */
3990
}
3991
#endif
3992
3993
#ifdef CHANGE_COLOR
Callers
5
tty_init_nhwindows
Function · 0.70
tty_suspend_nhwindows
Function · 0.70
tty_resume_nhwindows
Function · 0.70
tty_nhgetch
Function · 0.70
hooked_tty_getlin
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected