| 959 | } |
| 960 | |
| 961 | static void conf_message_callback(const char *s) |
| 962 | { |
| 963 | if (save_and_exit) { |
| 964 | if (!silent) |
| 965 | printf("%s", s); |
| 966 | } else { |
| 967 | show_textbox(NULL, s, 6, 60); |
| 968 | } |
| 969 | } |
| 970 | |
| 971 | static int handle_exit(void) |
| 972 | { |
nothing calls this directly
no test coverage detected