MCPcopy 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
1545void
1546home(void)
1547{
1548 ttyDisplay->curx = ttyDisplay->cury = 0;
1549 set_console_cursor(ttyDisplay->curx, ttyDisplay->cury);
1550}
1551
1552void
1553backsp(void)

Callers 1

term_clear_screenFunction · 0.70

Calls 1

set_console_cursorFunction · 0.85

Tested by

no test coverage detected