Lines Matching defs:help
70 "o To get help with an item, use the cursor keys to highlight <Help>\n"
86 "o To see available help for the item, use the cursor keys to highlight\n"
101 "o For help, use the <TAB> or cursor keys to highlight the help option\n"
372 struct gstr help = str_new();
374 help.max_width = getmaxx(stdscr) - 10;
375 menu_get_ext_help(menu, &help);
377 show_helptext(menu_get_prompt(menu), str_get(&help));
378 str_free(&help);
990 "*** Execute 'make' to start the build or try 'make help'."