| 894 | } |
| 895 | |
| 896 | static void conf_message_callback(const char *s) |
| 897 | { |
| 898 | if (save_and_exit) { |
| 899 | if (!silent) |
| 900 | printf("%s", s); |
| 901 | } else { |
| 902 | show_textbox(NULL, s, 6, 60); |
| 903 | } |
| 904 | } |
| 905 | |
| 906 | static int handle_exit(void) |
| 907 | { |
nothing calls this directly
no test coverage detected