****************************
*(B) File name input panel *
****************************

#ifdef UNX
     1   BROWSE------------------------------------------------------
     2   ===>
     3
     4       FILE NAME ===>
     5       DIRECTORY ===>
     6       Current   ----/tmp/wkd
     7
     8     - /tmp/x1
#else
     1    BROWSE------------------------------------------------------
     2    ===>
     3
     4       FILE NAME ===>
     5       DRIVE     ===> : C D E
     6       DIRECTORY ===>
     7       Current   ----D:\ibmcpp\src
     8
     9     - c:\windows
#endif

       row 1     :Header,message display line
                  BROWSE(Option 1 at MENU) or EDIT(Option 2 at MENU)
       row 2     :Command input line
       row 4     :File name input line
#ifdef UNX
       row 5     :Directory name input line
       row 6     :Current directory is displayed,
                  You cannot type on this field.
       row 8-    :FIFO sequence filename list once opened.
#else
       row 5     :Drive letter input line(A,B,C,...)
       row 6     :Directory name input line
                  Current directory of the drive that you entered on
                  row 6 is displayed.You can overtype that.
       row 7     :Current directory of current drive is displayed,
                  You cannot type on this field.
       row 9-    :FIFO sequence filename list once opened.
#endif

     When pressed Enter key,Conacatinated data of DIRECTORY and FILE
     NAME field is passed to Edit or Browse command.
     You can specify path and file name using one field only.

      Edit/Browse cmd variation like as eb,eh,ec is displayed on
     line cmd input column.This previousely used variation can be overrided.
     By simple Enter key hit,BROwse or EDit cmd is set on command input line
     for the file with cmd valication and parm..
     Uppercase and Lowercase line cmd letter is distiguished in some case.
     It is used to determin Browse or Edit command.
     Lowercase means to follow with menu option selected before.
     Uppercase means opposit.
     for ex,If history list is displayed by menu option 1,
     lowercase issue browse cmd,uppercase issue edit command.
     PgUp,PgDn,Shift+PgUp(TopPage),Shift+PgDn(EndPage) key is available.
     Default of scroll size is Page. You can specify scroll size on command input
     line such as "H" as half or line count.
     Find command search (part of) filename only  and ignore option parameter string.

     b  :open by Browse cmd.
     c/C:COBOL file with COBOL lineno.
     e  :open by Edit   cmd.
     h/H:Hex digit display mode.
     i/I:SPF-COBOL file with COBOL lineno.
     j/J:SPF-COBOL file with space COBOL lineno.
     k/K:COBOL file with space COBOL lineno.
     l/L:same as c/C.
     n/N:SPF file(col.73-80 is lineno and update-ctr.
     s  :issue Browse or Edit by Menu option.
         cmd variation and parameter is reused.
     t  :text mode is frced. Browse or Edit is by menu option
     1  :Binary mode Browse.
     2  :Binary mode Edit.
     !  :pass to application associated by ext name.
     d  :delete this entry.
     " ":(space) set simple edit/browse cmd to the cmd input line.
         (prevous cmd variation and parameter are ignored)
1