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

Function nocmov

sys/windows/consoletty.c:1196–1203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1194}
1195
1196void
1197nocmov(int x, int y)
1198{
1199 ttyDisplay->curx = x;
1200 ttyDisplay->cury = y;
1201
1202 set_console_cursor(x, y);
1203}
1204
1205void
1206xputs(const char *s)

Callers 1

Calls 1

set_console_cursorFunction · 0.85

Tested by

no test coverage detected