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

Function backsp

sys/msdos/video.c:204–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void
205backsp(void)
206{
207 if (!iflags.grmode) {
208 txt_backsp();
209#ifdef SCREEN_VGA
210 } else if (iflags.usevga) {
211 vga_backsp();
212#endif
213#ifdef SCREEN_VESA
214 } else if (iflags.usevesa) {
215 vesa_backsp();
216#endif
217 }
218}
219
220void
221term_clear_screen(void)

Callers

nothing calls this directly

Calls 3

txt_backspFunction · 0.85
vga_backspFunction · 0.85
vesa_backspFunction · 0.85

Tested by

no test coverage detected