instructions */
| 410 | |
| 411 | /* instructions */ |
| 412 | static void handle_f3(int *key, struct menu *current_item) |
| 413 | { |
| 414 | show_scroll_win(main_window, |
| 415 | "Short help", |
| 416 | current_instructions); |
| 417 | return; |
| 418 | } |
| 419 | |
| 420 | /* config */ |
| 421 | static void handle_f4(int *key, struct menu *current_item) |
nothing calls this directly
no test coverage detected