Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ cmov
Function
cmov
outdated/sys/mac/mttymain.c:376–382 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
}
375
376
void
377
cmov(int x, int y)
378
{
379
move_tty_cursor(_mt_window, x, y);
380
ttyDisplay->cury = y;
381
ttyDisplay->curx = x;
382
}
383
384
void
385
nocmov(int x, int y)
Callers
2
nocmov
Function · 0.70
home
Function · 0.70
Calls
1
move_tty_cursor
Function · 0.85
Tested by
no test coverage detected