save */
| 442 | |
| 443 | /* save */ |
| 444 | static void handle_f6(int *key, struct menu *current_item) |
| 445 | { |
| 446 | conf_save(); |
| 447 | return; |
| 448 | } |
| 449 | |
| 450 | /* load */ |
| 451 | static void handle_f7(int *key, struct menu *current_item) |
nothing calls this directly
no test coverage detected