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

Function vesa_gotoloc

sys/msdos/vidvesa.c:756–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754 */
755
756void
757vesa_gotoloc(int col, int row)
758{
759 curcol = min(col, CO - 1); /* protection from callers */
760 currow = min(row, LI - 1);
761}
762
763#if defined(TILES_IN_GLYPHMAP) && defined(CLIPPING)
764static void

Callers 7

cmovFunction · 0.85
homeFunction · 0.85
nocmovFunction · 0.85
vesa_backspFunction · 0.85
vesa_clear_screenFunction · 0.85
vesa_xputcFunction · 0.85
vesa_xputgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected