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

Function backsp

outdated/sys/mac/mttymain.c:487–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487void
488backsp(void)
489{
490 char eraser[] = { CHAR_BS, CHAR_BLANK, CHAR_BS, 0 };
491 short err;
492
493 err = add_tty_string(_mt_window, eraser);
494 err = update_tty(_mt_window);
495}
496
497void
498msmsg(const char *str, ...)

Callers

nothing calls this directly

Calls 2

add_tty_stringFunction · 0.85
update_ttyFunction · 0.85

Tested by

no test coverage detected