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"
787 struct gstr help = str_new();
789 help.max_width = getmaxx(stdscr) - 10;
790 menu_get_ext_help(menu, &help);
792 show_helptext(menu_get_prompt(menu), str_get(&help));
793 str_free(&help);
983 "*** Execute 'make' to start the build or try 'make help'."