MCPcopy Create free account
hub / github.com/Entware/Entware / handle_f3

Function handle_f3

scripts/config/nconf.c:412–418  ·  view source on GitHub ↗

instructions */

Source from the content-addressed store, hash-verified

410
411/* instructions */
412static 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 */
421static void handle_f4(int *key, struct menu *current_item)

Callers

nothing calls this directly

Calls 1

show_scroll_winFunction · 0.85

Tested by

no test coverage detected