exit */
| 463 | |
| 464 | /* exit */ |
| 465 | static void handle_f9(int *key, struct menu *current_item) |
| 466 | { |
| 467 | do_exit(); |
| 468 | return; |
| 469 | } |
| 470 | |
| 471 | /* return != 0 to indicate the key was handles */ |
| 472 | static int process_special_keys(int *key, struct menu *menu) |