Display the file named str. Complain about missing files iff complain is TRUE. */
| 639 | iff complain is TRUE. |
| 640 | */ |
| 641 | void |
| 642 | curses_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 |
nothing calls this directly
no test coverage detected