symbole help */
| 403 | |
| 404 | /* symbole help */ |
| 405 | static void handle_f2(int *key, struct menu *current_item) |
| 406 | { |
| 407 | show_help(current_item); |
| 408 | return; |
| 409 | } |
| 410 | |
| 411 | /* instructions */ |
| 412 | static void handle_f3(int *key, struct menu *current_item) |
nothing calls this directly
no test coverage detected