Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1196
void
1197
nocmov(int x, int y)
1198
{
1199
ttyDisplay->curx = x;
1200
ttyDisplay->cury = y;
1201
1202
set_console_cursor(x, y);
1203
}
1204
1205
void
1206
xputs(const char *s)
Callers
1
win32con_debug_keystrokes
Function · 0.70
Calls
1
set_console_cursor
Function · 0.85
Tested by
no test coverage detected