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

Function vga_backsp

sys/msdos/vidvga.c:228–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void
229vga_backsp(void)
230{
231 int col, row;
232
233 col = curcol; /* Character cell row and column */
234 row = currow;
235
236 if (col > 0)
237 col = col - 1;
238 vga_gotoloc(col, row);
239}
240
241void
242vga_clear_screen(int colour)

Callers 1

backspFunction · 0.85

Calls 1

vga_gotolocFunction · 0.85

Tested by

no test coverage detected