home *** CD-ROM | disk | FTP | other *** search
-
- int helplen = -1;
-
- const char helpstr[] =
- "\n"\
- " Sless V"\
- VERSION\
- "\n"\
- " by Jon Spencer\n"\
- "\n"\
- " <space>...............Advance text one page.\n"\
- " <backspace> or 'b'....Move back one page.\n"\
- " 'd'...................Move down half of a page.\n"\
- " 'u'...................Move up half of a page.\n"\
- " <return> or\n"\
- " <down arrow>.........Move down one line.\n"\
- " <up arrow>............Move up one line.\n"\
- " '<' or\n"\
- " <shift><up arrow>....Move to the top of the file.\n"\
- " '>' or\n"\
- " <shift><down arrow>..Move to the bottom of the file.\n"\
- " '/'...................Search forward for a pattern.\n"\
- " ';'...................Search backward for a pattern.\n"\
- " 'n'...................Search for next occurance of last pattern.\n"\
- " 'p'...................Search for previous occurance of last pattern.\n"\
- " '?' or 'h' or <help>..This help page.\n"\
- " 'q'...................quit (press this to return to the file.)\n"
- ;
-