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

Function vesa_backsp

sys/msdos/vidvesa.c:548–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548void
549vesa_backsp(void)
550{
551 int col, row;
552
553 col = curcol; /* Character cell row and column */
554 row = currow;
555
556 if (col > 0)
557 col = col - 1;
558 vesa_gotoloc(col, row);
559}
560
561void
562vesa_clear_screen(int colour)

Callers 1

backspFunction · 0.85

Calls 1

vesa_gotolocFunction · 0.85

Tested by

no test coverage detected