| 174 | /* clean up and quit - taken from tty port */ |
| 175 | |
| 176 | void |
| 177 | curses_bail(const char *mesg) |
| 178 | { |
| 179 | clearlocks(); |
| 180 | curses_exit_nhwindows(mesg); |
| 181 | nh_terminate(EXIT_SUCCESS); |
| 182 | } |
| 183 | |
| 184 | |
| 185 | /* Return a winid for a new window of the given type */ |
no test coverage detected