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

Function nocmov

sys/msdos/video.c:319–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void
320nocmov(int col, int row)
321{
322 if (!iflags.grmode) {
323 txt_gotoxy(col, row);
324#ifdef SCREEN_VGA
325 } else if (iflags.usevga) {
326 vga_gotoloc(col, row);
327#endif
328#ifdef SCREEN_VESA
329 } else if (iflags.usevesa) {
330 vesa_gotoloc(col, row);
331#endif
332 }
333}
334
335void
336standoutbeg(void)

Callers

nothing calls this directly

Calls 3

txt_gotoxyFunction · 0.85
vga_gotolocFunction · 0.85
vesa_gotolocFunction · 0.85

Tested by

no test coverage detected