Lines Matching full:help
19 "Help windows\n"
21 "o Global help: Unless in a data entry window, pressing <F1> will give \n"
22 " you the global help window, which you are just reading.\n"
24 "o A short version of the global help is available by pressing <F3>.\n"
26 "o Local help: To get help related to the current menu entry, use any\n"
63 "Close a help window <Enter> <Esc> <F5>\n"
75 "Verbose search help <F8><F1>\n"
94 "Text Box (Help Window)\n"
149 "For verbose global help use key <1>.\n"
150 "For help related to the current menu entry press <?> or <h>.\n"),
165 "For verbose global help press <F1>.\n"
166 "For help related to the current menu entry press <?> or <h>.\n"),
170 "For help related to the current entry press <?> or <h>.\n"
171 "For global help press <F1>.\n"),
311 .func = "Help",
323 .func = "Help 2",
387 /* help */
391 _("Global help"), _(nconf_global_help)); in handle_f1()
395 /* symbole help */
406 _("Short help"), in handle_f3()
1223 struct gstr help; in show_help() local
1228 help = str_new(); in show_help()
1229 menu_get_ext_help(menu, &help); in show_help()
1230 show_scroll_win(main_window, _(menu_get_prompt(menu)), str_get(&help)); in show_help()
1231 str_free(&help); in show_help()