Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1552
void
1553
backsp(void)
1554
{
1555
set_console_cursor(ttyDisplay->curx, ttyDisplay->cury);
1556
xputc_core(
'\b'
);
1557
}
1558
1559
void
1560
cl_eos(void)
Callers
nothing calls this directly
Calls
2
set_console_cursor
Function · 0.85
xputc_core
Function · 0.85
Tested by
no test coverage detected