Lines Matching full:help
68 " <Exit>, <Help>, <Save>, and <Load>.\n"
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"
87 " <Help> and Press <ENTER>.\n"
92 " <Help>\n"
101 "o For help, use the <TAB> or cursor keys to highlight the help option\n"
105 "Text Box (Help Window)\n"
180 "Press <Esc><Esc> to exit, <?> for Help, </> for Search. "
791 struct gstr help = str_new(); in show_help() local
793 help.max_width = getmaxx(stdscr) - 10; in show_help()
794 menu_get_ext_help(menu, &help); in show_help()
796 show_helptext(_(menu_get_prompt(menu)), str_get(&help)); in show_help()
797 str_free(&help); in show_help()
997 "*** Execute 'make' to start the build or try 'make help'." in handle_exit()