home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / flistfrontend / doc / ma.rno < prev    next >
Encoding:
Text File  |  1985-04-16  |  4.7 KB  |  216 lines

  1. .; $Id: ma.rno,v 1.2 1985/04/16 10:17:12 tom Exp $
  2. .; Help-file/command summary
  3. .;
  4. .if paged
  5. .ax Command Summary
  6. .else paged
  7. .nhd.npa
  8. .endif paged
  9. .;
  10. .rm 77
  11. .if lib
  12. .lm0;1 BROWSE
  13. .br
  14. .else lib
  15. .lm0;^*BROWSE\*
  16. .b
  17. .endif lib
  18. .lm2
  19. BROWSE is a versatile browsing program.
  20. It permits left/right up/down scrolling and a variety of display formats.
  21. Most commands are single-character.
  22. It is case-independent (maps the alphabet to the set of control characters).
  23. .b;Format:
  24. .b.i6;BROWSE filespec [options]
  25. .;
  26. .rm-2.ts13
  27. .if lib
  28. .lm0;2 /BG
  29. .lm2.br
  30. .else lib
  31. .b2.lm0;^*Options:\*
  32. .b.lm13
  33. .x /BG qualifier
  34. .i-11;/BG    
  35. .nsp
  36. .endif lib
  37. Initialize a Bitgraph terminal  to  permit  BROWSE  to  present  a  65-line
  38. display.
  39. .;
  40. .if lib
  41. .lm0;2 /COMMAND
  42. .lm2.br
  43. .else lib
  44. .x /COMMAND qualifier
  45. .i-11;/COMMAND    
  46. .nsp
  47. .endif lib
  48. Read commands from a file
  49. (default is BROWSE.CMD, in your login directory),
  50. resume interactively on end-of-file.
  51. .;
  52. .if lib
  53. .lm0;2 /JOIN
  54. .lm2.br
  55. .else lib
  56. .x /JOIN qualifier
  57. .i-11;/JOIN    
  58. .nsp
  59. .endif lib
  60. The JOIN option directs BROWSE to join (in the display)  records  which  do
  61. not  end in either line-feed or form-feed.  Normally, one or more display
  62. lines is used for each record.
  63. .;
  64. .if lib
  65. .lm0;2 /MARKS
  66. .lm2
  67. .else lib
  68. .i-11;/MARKS    
  69. .x /MARKS qualifier
  70. .nsp
  71. .endif lib
  72. The MARKS option directs BROWSE to show the file-address and  record-number
  73. of  each  record.   Records  containing  an  embedded line-feed are split
  74. across more than one display line.  If the file contains records split in
  75. this  manner,  both  the  line  number (modulo 100) and record number are
  76. displayed by the MARKS option.
  77. .;
  78. .if lib
  79. .lm0;2 /OVER
  80. .lm2
  81. .else lib
  82. .x /OVER qualifier
  83. .i-11;/OVER    
  84. .nsp
  85. .endif lib
  86. The OVER option directs BROWSE  to  show  non-printing  characters  and  to
  87. unwrap  overstrikes.  If /OVER=2 is specified, all nonprinting characters
  88. are shown as ".".
  89. .;
  90. .if lib
  91. .lm0;2 /SQUEEZE
  92. .lm2
  93. .else lib
  94. .x /SQUEEZE qualifier
  95. .i-11;/SQUEEZE    
  96. .nsp
  97. .endif lib
  98. The SQUEEZE option directs BROWSE to discard blank records when they follow
  99. other blank records.  This squeezes out most blank lines.
  100. .;
  101. .if lib
  102. .lm0;2 /TRIM
  103. .lm2
  104. .else lib
  105. .x /TRIM qualifier
  106. .i-11;/TRIM    
  107. .nsp
  108. .endif lib
  109. The TRIM option directs BROWSE to omit trailing blanks in the J-command
  110. (jump to next end-of-line).
  111. .;
  112. .if lib
  113. .lm0;2 /WIDE
  114. .lm2
  115. .else lib
  116. .x /WIDE qualifier
  117. .i-11;/WIDE    
  118. .nsp
  119. .endif lib
  120. If WIDE is set, BROWSE assumes that the terminal  is  in  132-column  mode,
  121. even though no SET TERMINAL was done for this.
  122. .;
  123. .if lib
  124. .lm0;2 Quit
  125. .else lib
  126. .x Q, quit
  127. .b.lm0;^*Quit:\*
  128. .endif lib
  129. .lm2
  130. .br;Exit from BROWSE by typing Q.
  131. .;
  132. .if lib
  133. .lm0;2 Help
  134. .else lib
  135. .x "?", help
  136. .x PF2, help
  137. .b.lm0;^*Help:\*
  138. .endif lib
  139. .lm2
  140. .br;A help-screen is displayed after typing "?" or PF2 (cf:#EDT).
  141. .;
  142. .if lib
  143. .lm0;2 Scrolling
  144. .else lib
  145. .b.lm0;^*Scrolling:\*
  146. .endif lib
  147. .lm13
  148. .x T, top
  149. .i-11;_T    scroll to top of file.
  150. .x E, end
  151. .i-11;_E    scroll to end of file.
  152. .x F, forward
  153. .i-11;_F    scroll forward by a full-screen (space).
  154. .x B, backward
  155. .i-11;_B    scroll backward by a full-screen.
  156. .x U, up
  157. .i-11;_U    scroll up by a 1/2 screen (up-arrow).
  158. .x D, down
  159. .i-11;_D    scroll down by a 1/2 screen (down-arrow).
  160. .x L, left
  161. .i-11;_L    scroll left 1/2 screen (left-arrow).
  162. .x R, right
  163. .i-11;_R    scroll right 1/2 screen (right-arrow).
  164. .x I, tab
  165. .i-11;_I    in ruler-mode, move cursor to next tab stop
  166. .x J, jump to end-of-line
  167. .i-11;_J    in ruler-mode, move cursor to next end-of-line.
  168. Otherwise, scroll left/right to put the end of the longest line on-screen.
  169. .x H, home
  170. .i-11;_H    scroll left to Home-column (or to absolute column given by argument).
  171. .x Number>Repeat count
  172. .x Number>Columns
  173. .i-11;_{number_}    Set column for H, number of columns for L or R,
  174. or repeat-factor for other scrolling commands.
  175. .;
  176. .if lib
  177. .lm0;2 Searching
  178. .else lib
  179. .b.lm0;^*Searching:\*
  180. .endif lib
  181. .lm13
  182. .x "/", search forward
  183. .i-11;_/    search for a string
  184. .x "_\", search backward
  185. .i-11;_\    search backward for a string
  186. .x N, next
  187. .i-11;_N    search for next occurrence of string.
  188. .x P, previous
  189. .i-11;_P    search for previous occurrence of string.
  190. .x X, aborting I/O
  191. .i-11;CTRL_/X    aborts search/skip.
  192. .;
  193. .if lib
  194. .lm0;2 Miscellaneous
  195. .else lib
  196. .b.lm0;^*Miscellaneous:\*
  197. .endif lib
  198. .lm13
  199. .x K, copy screen
  200. .i-11;_K    Copy screen to SNAPSHOT.CRT
  201. .x Toggle-commands>M, mark (file-address)
  202. .i-11;_M    Toggle MARK mode (active if /MARK option)
  203. .x Toggle-commands>O, overstrikes
  204. .i-11;_O    Toggle OVER mode (3 states if /OVER, else 2)
  205. .x V, version
  206. .i-11;_V    Display current version
  207. .x Toggle-commands>"_^", Set temporary MARK-mode
  208. .i-11;_^    Toggle MARK mode (even if /NOMARK).
  209. .x Toggle-commands>"__", Ruler-mode
  210. .i-11;__    Toggle "ruler-mode".
  211. The arrow keys move the cursor directly.
  212. The line and column number are continually displayed.
  213. .x W, window refresh
  214. .i-11;_W    refresh display window
  215. .lm
  216.