MCPcopy 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
376void
377cmov(int x, int y)
378{
379 move_tty_cursor(_mt_window, x, y);
380 ttyDisplay->cury = y;
381 ttyDisplay->curx = x;
382}
383
384void
385nocmov(int x, int y)

Callers 2

nocmovFunction · 0.70
homeFunction · 0.70

Calls 1

move_tty_cursorFunction · 0.85

Tested by

no test coverage detected