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

Function curses_display_file

win/curses/cursmain.c:641–645  ·  view source on GitHub ↗

Display the file named str. Complain about missing files iff complain is TRUE. */

Source from the content-addressed store, hash-verified

639 iff complain is TRUE.
640*/
641void
642curses_display_file(const char *filename, boolean must_exist)
643{
644 curses_view_file(filename, must_exist);
645}
646
647/* Start using window as a menu. You must call start_menu()
648 before add_menu(). After calling start_menu() you may not

Callers

nothing calls this directly

Calls 1

curses_view_fileFunction · 0.85

Tested by

no test coverage detected