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

Function backsp

sys/windows/consoletty.c:1552–1557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1550}
1551
1552void
1553backsp(void)
1554{
1555 set_console_cursor(ttyDisplay->curx, ttyDisplay->cury);
1556 xputc_core('\b');
1557}
1558
1559void
1560cl_eos(void)

Callers

nothing calls this directly

Calls 2

set_console_cursorFunction · 0.85
xputc_coreFunction · 0.85

Tested by

no test coverage detected