Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
607
void
608
cmov(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. */
616
int
Callers
3
nocmov
Function · 0.70
tty_delay_output
Function · 0.70
tty_curs
Function · 0.70
Calls
2
tgoto
Function · 0.85
xputs
Function · 0.70
Tested by
no test coverage detected