help */
| 395 | |
| 396 | /* help */ |
| 397 | static void handle_f1(int *key, struct menu *current_item) |
| 398 | { |
| 399 | show_scroll_win(main_window, |
| 400 | "Global help", nconf_global_help); |
| 401 | return; |
| 402 | } |
| 403 | |
| 404 | /* symbole help */ |
| 405 | static void handle_f2(int *key, struct menu *current_item) |
nothing calls this directly
no test coverage detected