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

Function gnome_raw_print

outdated/win/gnome/gnbind.c:875–879  ·  view source on GitHub ↗

raw_print(str) -- Print directly to a screen, or otherwise guarantee that the user sees str. raw_print() appends a newline to str. It need not recognize ASCII control characters. This is used during startup (before windowing system initialization -- maybe this means only error startup messages are raw),

Source from the content-addressed store, hash-verified

873 updating status for micros (i.e, "saving").
874*/
875void
876gnome_raw_print(const char *str)
877{
878 tty_raw_print(str);
879}
880
881/*
882raw_print_bold(str)

Callers

nothing calls this directly

Calls 1

tty_raw_printFunction · 0.85

Tested by

no test coverage detected