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

Function shuttty

sys/vms/vmstty.c:486–492  ·  view source on GitHub ↗

same as settty, with no clearing of the screen */

Source from the content-addressed store, hash-verified

484
485/* same as settty, with no clearing of the screen */
486void
487shuttty(const char *s)
488{
489 bombing = TRUE;
490 settty(s);
491 bombing = FALSE;
492}
493
494void
495setftty(void)

Callers

nothing calls this directly

Calls 1

setttyFunction · 0.70

Tested by

no test coverage detected