load */
| 449 | |
| 450 | /* load */ |
| 451 | static void handle_f7(int *key, struct menu *current_item) |
| 452 | { |
| 453 | conf_load(); |
| 454 | return; |
| 455 | } |
| 456 | |
| 457 | /* search */ |
| 458 | static void handle_f8(int *key, struct menu *current_item) |
nothing calls this directly
no test coverage detected