Required files and Installation:

1. Install the CAWF package in a directory on the path.
   Add SET CAWFLIB=x:\somedir\cawflib to the Config.sys and reboot.

2. Install the rexxlib package (included) into some dir on the path or libpath.
   This file is the latest version.

3. Install unlock.exe in a dir on the path ahead of all other unlock.exe files.
   ECS has the required unlock.exe already installed correctly.
   If ECS is not installed, use the unlock.exe from the LXLITE package.

4. Install the drman.zip package into a dir on the path.


Use:

1. Use ALT-f or the file menu to select a man or info file to view.
   The man file is displayed in sections if the number of
   lines is larger then the number of lines shown in the spin button
   at lower left on the window. Change this before selecting the file.

   An info file is displayed in nodes, with a node directory as the first node.
   When the first section or node of the file is displayed you can access the
   text in the window. As other sections are processed they can be
   viewed while the final sections are processed.

   If the GOTO entry field has the focus, then you can enter a node number
   to go to one of the nodes displayed in the node directory.

2. Files can be searched for a word or phrase.
   The Search checkbox should be selected, and a phrase entered into
   the text entry. Press the enter key to accept the text.
   The file should then be selected in the file dialog.

   If the OPTIONS menu for multiple searches is selected, then when
   the search entry is entered the current file is automatically searched.
   Another search word can be entered to again search the current file.
   As the search results are displayed in the list box they can be viewed
   while searching continues.

3. Several keys can be used to navigate the man file or info file.
   If the section (or node) list control on the window has the focus, then
      * the space bar selects the next section, or node for display.
      * the escape key selects the previous section, or node for display.
      * Page up or Page down shows the next lines of text.
      * Use ALT-n to use the notes function,

4. NOTES: When displaying an info file node you can enter additional text about
   the node. This can be used to save additional information you may have about the
   help file entry. With a node displayed, press ALT-n to bring up the note window.

   Notes can be added, changed, or deleted. When finished entering data you can
   save the notes to a file. The notes can be loaded the next time you view the info file.
   A notes file can also be viewed separately. From the file menu dialog select a file
   with a file type of INFONOTE.

5. To print a section or node, select the entry in the section/node list
   and press the Print key.

6. Closing the program will save the last directory accessed, the font
   used for the display, the size of the window, and the note window size.


History:
v1.3   3/16/2012
    Added
    1. Notes can be entered for INFO files.

v1.2.3 2/02/2012
   1. Now processes info files with "indirect" entries for additional add-on files,
      an example is TAR.INFO which contains indirect entries TAR.INFO-1 and TAR.INFO-2.
   2. Restructure subroutines.

v1.2.2 1/05/2012
   1. The ESC key now scrolls the Section/Node list backward.
   2. Added the Print key.

v1.2.1 11/30/2011
   1. Increased processing speed for large files. Ex. gcc.1 (709k), gccint.info (2184k)
   2. fixed stripping of period characters, and added strip for misc control characters.

v1.2 11/27/2011
  Added
   1. INFO filetypes are processed.
   2. SPACE key selects next list item (focus must be on sections/nodes listbox).
   3. Multiple searches can be made in the same file without reselecting the file.

v1.1 11/06/2011
  Added
   1. search capability, word or phrase.
   2. leadin lines (context for the found phrases)
   3. progress bar
   4. keyboard accelerators for file menu and entry key.
   5. changed from character breaks to line processing.

v1.01 10/09/2011
   1. added check for additional unlock files

v1.0  10/08/2011
    Initial program.
