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

Function vga_gotoloc

sys/msdos/vidvga.c:450–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448 */
449
450void
451vga_gotoloc(int col, int row)
452{
453 curcol = min(col, CO - 1); /* protection from callers */
454 currow = min(row, LI - 1);
455}
456
457#if defined(TILES_IN_GLYPHMAP) && defined(CLIPPING)
458static void

Callers 7

vga_backspFunction · 0.85
vga_clear_screenFunction · 0.85
vga_xputcFunction · 0.85
vga_xputgFunction · 0.85
cmovFunction · 0.85
homeFunction · 0.85
nocmovFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected