/* iselect_help.c -- automatically generated by asc2c */ #include char *iSelect_Help[] = {\ " _ ____ _ _ ", " (_) ___| ___| | ___ ___| |_ ", " / /\\___ \\ / _ \\ |/ _ \\/ __| __|", " / / ___) | __/ | __/ (__| |_ ", " (_( |____/ \\___|_|\\___|\\___|\\__|", "", " iSelect -- Interactive Selection Tool", "", " Cursor Movement:", " CURSOR-UP ..... Move cursor one line up", " CURSOR-DOWN ... Move cursor one line down", " PAGE-UP ....... Move cursor one page up", " PAGE-DOWN ..... Move cursor one page down", " g ............. Goto first line", " G ............. Goto last line", "", " Line Selection:", " RETURN ........ Select line and exit", " CURSOR-RIGHT .. Select line and exit", " SPACE ......... Select line and stay (multi-line mode only)", "", " Others:", " q ............. Quit (exit without selection)", " CURSOR-LEFT ... Quit (exit without selection)", " h ............. Help Page (this page)", " v ............. Version Page", "", NULL }; /*EOF*/