home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / flistfrontend / doc / browse.hlp next >
Encoding:
Text File  |  1993-04-23  |  3.2 KB  |  75 lines

  1. 1 BROWSE
  2.   BROWSE is a versatile browsing  program.   It  permits  left/right  up/down
  3.   scrolling   and   a   variety   of  display  formats.   Most  commands  are
  4.   single-character.  It is case-independent (maps the alphabet to the set  of
  5.   control characters).
  6.  
  7.   Format:
  8.  
  9.         BROWSE filespec [options]
  10. 2 /BG
  11.   Initialize a Bitgraph terminal to permit  BROWSE  to  present  a  65-line
  12.   display.
  13. 2 /COMMAND
  14.   Read  commands  from  a  file  (default  is  BROWSE.CMD,  in  your  login
  15.   directory), resume interactively on end-of-file.
  16. 2 /JOIN
  17.   The JOIN option directs BROWSE to join (in the display) records which  do
  18.   not  end in either line-feed or form-feed.  Normally, one or more display
  19.   lines is used for each record.
  20. 2 /MARKS
  21.   The  MARKS  option  directs  BROWSE  to   show   the   file-address   and
  22.   record-number  of  each record.  Records containing an embedded line-feed
  23.   are split across more than  one  display  line.   If  the  file  contains
  24.   records  split  in  this  manner,  both  the line number (modulo 100) and
  25.   record number are displayed by the MARKS option.
  26. 2 /OVER
  27.   The OVER option directs BROWSE to show  non-printing  characters  and  to
  28.   unwrap  overstrikes.  If /OVER=2 is specified, all nonprinting characters
  29.   are shown as ".".
  30. 2 /SQUEEZE
  31.   The SQUEEZE option directs BROWSE to  discard  blank  records  when  they
  32.   follow other blank records.  This squeezes out most blank lines.
  33. 2 /TRIM
  34.   The TRIM option directs BROWSE to omit trailing blanks in  the  J-command
  35.   (jump to next end-of-line).
  36. 2 /WIDE
  37.   If WIDE is set, BROWSE assumes that the terminal is in  132-column  mode,
  38.   even though no SET TERMINAL was done for this.
  39. 2 Quit
  40.   Exit from BROWSE by typing Q.
  41. 2 Help
  42.   A help-screen is displayed after typing "?" or PF2 (cf: EDT).
  43. 2 Scrolling
  44.   T          scroll to top of file.
  45.   E          scroll to end of file.
  46.   F          scroll forward by a full-screen (space).
  47.   B          scroll backward by a full-screen.
  48.   U          scroll up by a 1/2 screen (up-arrow).
  49.   D          scroll down by a 1/2 screen (down-arrow).
  50.   L          scroll left 1/2 screen (left-arrow).
  51.   R          scroll right 1/2 screen (right-arrow).
  52.   I          in ruler-mode, move cursor to next tab stop
  53.   J          in ruler-mode, move cursor to  next  end-of-line.   Otherwise,
  54.              scroll   left/right  to  put  the  end  of  the  longest  line
  55.              on-screen.
  56.   H          scroll left to Home-column (or to  absolute  column  given  by
  57.              argument).
  58.   {number}   Set  column  for  H,  number  of  columns  for  L  or  R,   or
  59.              repeat-factor for other scrolling commands.
  60. 2 Searching
  61.   /          search for a string
  62.   \          search backward for a string
  63.   N          search for next occurrence of string.
  64.   P          search for previous occurrence of string.
  65.   CTRL/X     aborts search/skip.
  66. 2 Miscellaneous
  67.   K          Copy screen to SNAPSHOT.CRT
  68.   M          Toggle MARK mode (active if /MARK option)
  69.   O          Toggle OVER mode (3 states if /OVER, else 2)
  70.   V          Display current version
  71.   ^          Toggle MARK mode (even if /NOMARK).
  72.   _          Toggle "ruler-mode".  The arrow keys move the cursor directly.
  73.              The line and column number are continually displayed.
  74.   W          refresh display window
  75.