clean up and quit */
| 341 | |
| 342 | /* clean up and quit */ |
| 343 | static void |
| 344 | bail(const char *mesg) |
| 345 | { |
| 346 | clearlocks(); |
| 347 | tty_exit_nhwindows(mesg); |
| 348 | nh_terminate(EXIT_SUCCESS); |
| 349 | /*NOTREACHED*/ |
| 350 | } |
| 351 | |
| 352 | #ifdef RESIZABLE |
| 353 | static void winch_handler(int); |
no test coverage detected