Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ home
Function
home
sys/windows/consoletty.c:1545–1550 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1543
}
1544
1545
void
1546
home(void)
1547
{
1548
ttyDisplay->curx = ttyDisplay->cury = 0;
1549
set_console_cursor(ttyDisplay->curx, ttyDisplay->cury);
1550
}
1551
1552
void
1553
backsp(void)
Callers
1
term_clear_screen
Function · 0.70
Calls
1
set_console_cursor
Function · 0.85
Tested by
no test coverage detected