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

Function cmov

win/tty/termcap.c:607–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void
608cmov(int x, int y)
609{
610 xputs(tgoto(nh_CM, x, y));
611 ttyDisplay->cury = y;
612 ttyDisplay->curx = x;
613}
614
615/* See note above. xputc() is a special function for overlays. */
616int

Callers 3

nocmovFunction · 0.70
tty_delay_outputFunction · 0.70
tty_cursFunction · 0.70

Calls 2

tgotoFunction · 0.85
xputsFunction · 0.70

Tested by

no test coverage detected