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

Function handle_f1

scripts/config/nconf.c:397–402  ·  view source on GitHub ↗

help */

Source from the content-addressed store, hash-verified

395
396/* help */
397static 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 */
405static void handle_f2(int *key, struct menu *current_item)

Callers

nothing calls this directly

Calls 1

show_scroll_winFunction · 0.85

Tested by

no test coverage detected