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

Function synch_cursor

sys/windows/consoletty.c:2052–2056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2050#endif
2051
2052void
2053synch_cursor(void)
2054{
2055 really_move_cursor();
2056}
2057
2058#ifndef VIRTUAL_TERMINAL_SEQUENCES
2059static int CALLBACK EnumFontCallback(

Callers

nothing calls this directly

Calls 1

really_move_cursorFunction · 0.85

Tested by

no test coverage detected