home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / VJ_SHA.ZIP / VJHELP.HLP < prev    next >
Text File  |  1993-06-15  |  65KB  |  1,831 lines

  1.  
  2. \RT\
  3. ═══════════════ Built-in Keystroke Macros for "Normal" Layout ════════════════
  4.         (Edit VJHELP.HLP if you change the layout)
  5.  
  6. <Alt-N>        {FILE, Open}         Open a new file for editing
  7. <Alt-X>        {FILE, Exit}         Exit VEDIT
  8. <Ctrl-F>    {EDIT, Format para}     Format a paragraph
  9. <Alt-Bksp>    {EDIT, Undo, Edit}     Undo last edit operation (keystroke)
  10. <Ctrl-U>    {EDIT, Undo, Line}     Undo current/previous line(s)
  11. <F9>        {BLOCK, Set marker}     Set "character" type block marker
  12. <Ctrl-N>    {BLOCK, Set column}     Set "column" type block marker
  13. <Ctrl-PgUp>    {GOTO, Beginning}     Goto the beginning of the file
  14. <Ctrl-PgDn>    {GOTO, End}         Goto the end of the file
  15. <Ctrl-S>    {GOTO, Set}         Set a text marker
  16. <Ctrl-G>    {GOTO, Goto}         Goto a text marker
  17. <Alt-F3>    {GOTO, Matching ()}     Goto matching parentheses () <> [] {}
  18. <Alt-J>        {MISC, Color toggle}     Toggle between window colors
  19. <Alt-L>        {MISC, VGA/EGA toggle}     Toggle between 25 and 43/50 line
  20. <Alt-A>        {MISC, Keyboard, Add}    Add a new keystroke macro
  21. <Alt-K>        {MISC, Keyboard, Record} Begin recording a new keystroke macro
  22. <Ctrl-O>    {PRINT, Block}         Print a block of text
  23.  
  24.  
  25. Press <Enter> to continue: 
  26.  
  27. Box drawing characters assigned to <Shft-F1> through <Shft-F10>:
  28.  
  29. ╔══════╤══════╤══════╤══════╤══════╤══════╤══════╤══════╤══════╤══════╗
  30. ║  F1  │  F2  │  F3  │  F4  │  F5  │  F6  │  F7  │  F8  │  F9  │  F10 ║
  31. ╟──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────╢
  32. ║  ║   │  ═   │  ╔   │  ╗   │    ╚  │  ╝   │  ╦   │  ╩   │  ╠   │  ╣   ║
  33. ╚══════╧══════╧══════╧══════╧══════╧══════╧══════╧══════╧══════╧══════╝
  34.  
  35. Press <Enter> to continue: 
  36.  
  37.         HELP TOPICS
  38.  
  39. STAT        Status line messages
  40. MARG        Setting left and right margins
  41. FORM        Formatting paragraphs
  42. HZ        Horizontal scrolling
  43. IC        Inserting control and graphics characters
  44. CONV        Lower / upper case key conversion
  45. MOUSE        Mouse support
  46.  
  47. Enter the word on the left for help on above topics: 
  48. \CU\ \CD\ \CR\ \CL\
  49.  
  50. [CURSOR UP]        Moves the cursor up one line, to the same horizontal
  51.             position if possible.
  52.  
  53.         NOTE:    The "Cursor positioning mode" determines whether the
  54.             cursor can be positioned past shorter lines.
  55.  
  56. [CURSOR DOWN]        Moves the cursor down one line, to the same
  57.             horizontal position if possible.
  58.  
  59. [CURSOR RIGHT]        Moves the cursor to the next character. At the end of
  60.             the line, it moves to the beginning of the next line.
  61.             With "Cursor positioning mode" set to "4", the cursor
  62.             is permitted to move past the end of a line.
  63.  
  64. [CURSOR LEFT]        Moves the cursor to the previous character. At the
  65.             beginning of a line, it moves to the end of the
  66.             previous line.
  67.  
  68. \LB\ \LE\ \NL\
  69.  
  70. [LINE BEGIN]        Moves the cursor to the first character of the
  71.             current line or, if already there, to the first
  72.             character of the previous line of text.
  73.  
  74. [LINE END]        Moves the cursor to the end of the current line or,
  75.             if already there, to the end of the next line of
  76.             text.
  77.  
  78.         NOTE:    The behavior of [LINE BEGIN/END] can be changed with
  79.             {CONFIG, Emulation, Line emulation mode}.
  80.  
  81. [NEXT LINE]        Moves the cursor to the beginning of the next line of
  82.             text.
  83.  
  84. \PW\ \NW\ \PP\ \NP\
  85.  
  86. [PREVIOUS WORD]        Moves the cursor to the first character of the
  87.             current word or, if already there, to the beginning
  88.             of the previous word.
  89.  
  90. [NEXT WORD]        Moves the cursor to the first character of next word.
  91.  
  92.  
  93. [PREV PARAGRAPH]    Moves the cursor to the beginning of the current
  94.             paragraph or, if already there, to the beginning of
  95.             the previous paragraph.
  96.  
  97. [NEXT PARAGRAPH]    Moves the cursor to the beginning of next paragraph.
  98.  
  99. \SU\ \SD\ \SR\ \SL\
  100.  
  101. [SCROLL UP]        Similar to [CURSOR UP], except that the cursor
  102.             remains on the same screen line and the screen moves
  103.             down instead.
  104.  
  105. [SCROLL DOWN]        Similar to [CURSOR DOWN], except that the cursor
  106.             remains on the same screen line and the screen moves
  107.             up instead.
  108.  
  109. [SCROLL RIGHT]        Moves the screen window right to view long lines
  110.             going off the right side of the screen.
  111.  
  112. [SCROLL LEFT]        Moves the screen window left to view the beginning
  113.             part of long lines.
  114.  
  115. \TC\ \NT\
  116.  
  117. [TAB CHARACTER]        In Overstrike mode, it moves the cursor to the next
  118.             tab stop, same as [NEXT TAB STOP]. In Insert mode or
  119.             at the end of a line it inserts a Tab character
  120.             <Ctrl-I> (or optionally spaces to the next tab stop).
  121.  
  122.         NOTE:    Change the "Typewriter mode" to always insert a Tab
  123.             character (or spaces).
  124.  
  125. [NEXT TAB STOP]        Moves the cursor to the character at the next tab
  126.             stop.
  127.  
  128. \PU\ \PD\ \SB\ \SE\
  129.  
  130. [PAGE UP]        Backs up to the previous "page" of text - similar to
  131.             typing [CURSOR UP] for 3/4 screen lines.
  132.  
  133. [PAGE DOWN]        Advances to the next "page" of text - similar to
  134.             typing [CURSOR DOWN] for 3/4 screen lines.
  135.  
  136. [SCREEN BEGIN]        Moves the cursor to the top (allowed) line in the
  137.             window, typically line 3.
  138.  
  139. [SCREEN END]        Moves the cursor to the bottom (allowed) line in the
  140.             window, typically the 3rd from the last.
  141.  
  142. \IT\ \EC\
  143.  
  144. [INSERT TOGGLE]        Toggles between the "Insert" and "Overstrike" modes.
  145.             Use {EDIT, Insert mode} and {EDIT, Overstrike mode}
  146.             to force a particular mode.
  147.  
  148.  
  149. [ENTER CTRL]        Enters the next character, whether a displayable
  150.             character, a control character or a graphics
  151.             character, into the text.
  152.  
  153. \BS\ \DC\ \EE\ \EL\
  154.  
  155. [BACKSPACE]    Deletes the character to the left of the cursor. At the
  156.         beginning of a line it deletes the preceding "newline",
  157.         effectively merging two lines together.
  158.  
  159.     NOTE:    The behavior can be changed with {CONFIG, Emulation,
  160.         [BACKSPACE] emulation mode}.
  161.  
  162. [DELETE]    Deletes the character at the cursor position. The cursor
  163.         doesn't move. Also deletes the "newline" character, which for
  164.         DOS, is normally a <CR><LF> pair.
  165.  
  166.         If the cursor is in, or just past, a highlighted block, the
  167.         entire block is deleted.
  168.  
  169.     NOTE:    The behavior can be changed with {CONFIG, Emulation,
  170.         Special emulation modes}.
  171.  
  172. [ERASE EOL]    Deletes (erases) all characters from the cursor position to
  173.         the end of the text line.
  174.  
  175. [ERASE LINE]    Deletes (erases) the entire text line.
  176.  
  177. \DP\ \DN\
  178.  
  179. [DEL PREVIOUS WORD]    When the cursor is at the beginning of a word or
  180.             between words, it deletes characters to the left up
  181.             to the next word. Pressed again, it deletes the
  182.             previous word.
  183.  
  184. [DEL NEXT WORD]        When the cursor is in a word, it deletes to the end
  185.             of the word. Pressed again, it deletes the characters
  186.             between words.
  187.  
  188. \CA\ \ES\
  189.  
  190. [CANCEL]    Cancels the current operation, e.g. any pull-down menu or any
  191.         prompt. It cancels any operation taking place because of a
  192.         [REPEAT]. At the edit level (no prompts) it removes the
  193.         first block marker (if set).
  194.  
  195. [ESCAPE]    Escapes from the current prompt or menu level. At the edit
  196.         level it pops up the {ESCAPE} menu from which you can cancel
  197.         operations or exit/quit the editor.
  198.  
  199. \RE\ \RL\
  200.  
  201. [REPEAT]    The next typed character or edit function is repeated. This
  202.         is either a multiple of four or the number typed in. Press
  203.         [CANCEL] to abort.
  204.  
  205. [REPEAT LAST]    Repeats the last edit operation a single time.
  206.  
  207. \ID\ \UD\
  208.  
  209. [INDENT]    Increases the left margin by the amount of the "Indent
  210.         increment". Each new line is then automatically padded with
  211.         tabs and spaces to the left margin. The padding will also
  212.         take place on the current line if the cursor is before any
  213.         text on the line.
  214.  
  215. [UNDENT]    Reduces the left margin by the "Indent increment", until it
  216.         is zero. One [UNDENT] therefore cancels one [INDENT].
  217.  
  218.     NOTE:    If the cursor is within a highlighted block, these functions
  219.         will indent/undent the entire block.
  220.  
  221. \VE\ \VS\
  222.  
  223. [VISUAL EXIT]        Visual Mode is exited to access the limited command
  224.             macro language in VEDIT Jr. (It is a small subset
  225.             of the VEDIT PLUS macro language.)
  226.  
  227. [VISUAL ESCAPE]        This is identical to the [VISUAL EXIT], except that
  228.             any current command execution is aborted.
  229.  
  230. \BC\ \BM\
  231.  
  232. [BLOCK COPY]    Copies a block of text within the current file. A highlighted
  233.         block will be copied to the current cursor position. It is
  234.         identical to {BLOCK, Copy to cursor}.
  235.  
  236. [BLOCK MOVE]    Moves a block of text within the current file. A highlighted
  237.         block will be moved to the current cursor position. It is
  238.         identical to {BLOCK, Move to cursor}.
  239.  
  240.     NOTE:    {CONFIG, Emulation, Auto-cancel block markers} controls
  241.         whether the block will remain highlighted in its new
  242.         location.
  243.  
  244. The exact operation of these editing functions depends upon how many block
  245. markers have been set:
  246.  
  247. FUNCTION      Default    NO MARKERS SET  1 MARKER SET    2 MARKERS SET
  248. ───────────────────────┬─────────────────────────────────────────────────────
  249. [BLOCK COPY]  <Ctrl-F9>│ Set 1st Marker  Set 2nd Marker  Copy block to cursor
  250. [BLOCK MOVE]  <Alt-F9> │ Set 1st Marker  Set 2nd Marker  Move block to cursor
  251.  
  252. Therefore, [BLOCK COPY] can be used to set the block markers regardless of
  253. how the block will be used.
  254.  
  255. \RC\ \RM\ \RI\
  256.  
  257. [T-REG COPY]    Copies the highlighted block of text to the "scratchpad" text
  258.         register. If no block markers are yet set, it sets the first
  259.         block marker.
  260.  
  261. [T-REG MOVE]    Copies the highlighted block of text to the "scratchpad" text
  262.         register and deletes the block from the original text. If no
  263.         block markers are yet set, it sets the first block marker.
  264.  
  265. [T-REG INSERT]    Inserts the contents of the "scratchpad" text register at the
  266.         current cursor position. If the block was copied/moved to the
  267.         text register as a columnar block, it will be inserted as a
  268.         columnar block. The register contents are not altered.
  269.  
  270.     NOTE:    {CONFIG, Emulation, Advance cursor...} controls whether the
  271.         cursor will be at the beginning or end of the inserted block.
  272.  
  273. \SH\ \SA\
  274. [SEARCH]    Performs a search. Prompts for the search string - enter up
  275.         to 80 characters; or [CURSOR UP] to reuse previous search
  276.         strings. Press [SEARCH] again to select from the "search
  277.         options".
  278.  
  279.         Press <Ctrl-N> to search for "newline" (according to the
  280.         current file-type.) To search for other control chars
  281.         precede them with [ENTER CTRL] (<Ctrl-P>). Use "||" to search
  282.         for a single "|".
  283.  
  284.         If the cursor is within a highlighted block, the search is
  285.         restricted to the block. The search starts at the cursor
  286.         position; move to the beginning of the block to search the
  287.         entire block.
  288.  
  289. [SEARCH AGAIN]    Repeats the previous [SEARCH] or [REPLACE]. Allows searching
  290.         for or replacing the next occurrence.
  291.  
  292. OPTIONS: [A]gain  [B]egin  [R]everse  [W]ord
  293.  
  294.     Select one or more options by typing the corresponding letters
  295.     "A", "B", "R" or "W"followed by <Enter>.
  296.  
  297. A    Reuses the previous search/replace strings. In conjunction with
  298.     [B]egin it can be used to search again starting from the beginning of
  299.     the file.
  300.  
  301. B    Starts search from the beginning of the buffer/file.
  302.  
  303. R    Search/replace in the reverse direction, i.e. toward the beginning of
  304.     the file.
  305.  
  306. W    Restricts the search to entire "words".
  307.  
  308. SEARCH PATTERN MATCHING CODES
  309.  
  310. |A    Match any alphabetic letter, upper or lower case
  311. |B    Match a blank - single space or tab
  312. |C    Match any control character
  313. |D    Match any numeric digit - "0" - "9"
  314. |F    Match any alphanumeric - a letter or a digit
  315. |G    Match any graphics (high-bit) character
  316. |Hhh    Match character with hexadecimal value 'hh'
  317. |L    Match end of line:  <CR> and/or <LF>
  318. |N    Match any character except following character or pattern
  319. |P    Match any parenthesis - (), {}, [], <>
  320. |S    Match any separator - not a letter or digit
  321. |T    Match selected separators (terminators) -
  322.     Space, Tab, <CR>, <LF>, ; : , " '
  323. |U    Match any upper case letter
  324. |V    Match any lower case letter
  325. |W    Match white space - single or multiple spaces or tabs
  326. |X    Match any character
  327. |<    Match beginning of line (zero length match)
  328. |>    Match end of line (zero length match)
  329. |ddd    Match character with decimal value 'ddd'
  330. |000    Match the null (decimal 000) character
  331. |{set}    Matches one occurrence of any item in the "pattern set".
  332. |[set]    Matches one optional occurrence of any item in "pattern set".
  333. ||    Use "||" when you need to search for "|"
  334.  
  335. \RP\
  336. [REPLACE]    Performs a selective or global search and replace. Prompts
  337.         for the search and replacement strings. After locating the
  338.         text, prompts with the replacement options.
  339.  
  340.         If the cursor is within a highlighted block, the search/
  341.         replace is restricted to the block; the search starts at the
  342.         cursor position.
  343.  
  344.  
  345.  
  346. REPLACE? [Y]es [N]o [R]est [O]ne [C]ancel
  347.  
  348.     Select one option by pressing "Y", "N", "R", "O" or "C".
  349.  
  350. Y    Make the replacement; search for next occurrence.
  351. N    Do not make the replacement; search for next occurrence.
  352. R    Make replacement and replace all other occurrences without prompting.
  353. O    Make "one" single replacement; function is done.
  354. C    Do not make the replacement; function is done.
  355.  
  356. \HE\
  357.  
  358. [HELP]        You are successfully using the [HELP] function. In addition
  359.         to help with the edit functions, the last help menu screen
  360.         includes a menu of common Visual Mode topics. Help is
  361.         available in the Command Mode with the "H" and "EH" commands.
  362.  
  363. \ME\
  364.  
  365. [MENU]        Starts the pull-down menu interface from which you can select
  366.         the desired editing function. Use the cursor keys to access
  367.         the desired item. Then press <Enter> to select it. Pressing
  368.         [ESCAPE] backs you out of the menu system one level at a
  369.         time. Pressing [CANCEL] cancels any prompts and removes the
  370.         menu system.
  371.  
  372.         For specific help, access the desired pull-down menu and
  373.         press [HELP].
  374.  
  375. \BL\
  376. {BLOCK} Menu --
  377.  
  378. Set marker        Marks the beginning and end of a block of text. The
  379.             block will be highlighted as you move the cursor.
  380.             Note that either the beginning or the end of the
  381.             block may be set first. The 2nd marker is only needed
  382.             for "Copy to cursor" and "Move to cursor". When only
  383.             the first block marker is set, the cursor position is
  384.             used as the second marker.
  385.  
  386. Set column marker    Marks a columnar block of text.
  387.  
  388. Copy to cursor        Copies the previously marked block of text to the
  389.             current cursor position.
  390.  
  391. Move to cursor        Moves the previously marked block of text to the
  392.             current cursor position and deletes the block from
  393.             its original position.
  394.  
  395. Copy to register    Copies the currently highlighted block of text to the
  396.             "scratchpad" register.
  397.  
  398. Move to register    Similar to "Copy", except that the block of text is
  399.             deleted after it is moved to the "scratchpad".
  400.  
  401. Insert register        Inserts the "scratchpad" register at the current
  402.             cursor position.  The register itself is not changed.
  403.  
  404. Delete            Deletes the currently marked block of text.
  405.  
  406.             [DELETE] will also delete the block when the cursor
  407.             is in the block.
  408.  
  409. Write to disk        Prompts for a filename and then writes the marked
  410.             block of text to a file on disk.
  411.  
  412. Remove markers        Removes (cancels) any block markers that are
  413.             currently set.
  414.  
  415. Swap ends        Swaps the position of the cursor with the current
  416.             block marker. Selecting it twice restores the cursor
  417.             and block marker. Useful for seeing where the block
  418.             begins.
  419.  
  420. \ED\
  421. {EDIT} Menu --
  422.  
  423. Insert mode        Changes to "Insert" mode if not already set.
  424.  
  425. Overstrike mode        Changes to "Overstrike" mode if not already set.
  426.  
  427. Enter CTRL char        Prompts for the control character to be inserted.
  428.             The character corresponding to the next pressed key
  429.             is inserted without regard to any function that
  430.             key might perform. Same as [ENTER CTRL].
  431.  
  432. Erase line        Deletes (erases) the entire text line. Same as
  433.             [ERASE LINE].
  434.  
  435. Erase EOL        Deletes (erases) all characters from the cursor
  436.             position to the end of the text line. Same as
  437.             [ERASE EOL].
  438.  
  439. Center line        Centers the text line between the current left and
  440.             right margins; advances to the next line.
  441.  
  442. Format paragraph    Formats a paragraph using the current left and
  443.             right margins.
  444.  
  445. Repeat            The next typed character or edit function is
  446.             repeated. This is either a multiple of four or the
  447.             number typed in. Press [CANCEL] to abort. Same as
  448.             [REPEAT].
  449.  
  450. Insert file        Prompts for and then inserts the specified file at
  451.             the cursor position. {CONFIG, Emulation, Advance
  452.             cursor past...} controls whether the cursor is left
  453.             at the beginning or end of the inserted text.
  454.  
  455. Undo            Sub-menu - Undo recent editing operations keystroke-
  456.             by-keystroke, line-by-line or deletion-by-deletion.
  457.  
  458. Lower/Upper case    Sub-Menu - Change a letter to upper case, lower case
  459.             or switch its case. Works on a single char or within
  460.             a highlighted block.
  461.  
  462. \FL\
  463. {FILE} Menu --
  464.  
  465. Browse mode    When set to "Yes" the current file cannot be altered any
  466.         further. Also, the next file opened with {FILE, Open}
  467.         (<Alt-N>) will be opened in a fast "browse-only" mode.
  468.  
  469.         To alter a file currently in browse-only mode, close the file
  470.         with {FILE, New}, set browse mode to "No" and re-edit the
  471.         file with {FILE, Open}.
  472.  
  473.         Browse-only mode is permanently selected when starting up
  474.         VEDIT with the "-b" option.
  475.  
  476. New        Empties (closes) the buffer. If the buffer contains an
  477.         altered file, you are prompted whether the file should be
  478.         saved or abandoned.
  479.  
  480.     Note:    {FILE, New} is rarely needed because you can use {FILE, Open}
  481.         to save/abandon the current file and create a new file.
  482.  
  483. Open        Opens a new file for editing. The current file may be saved
  484.         or abandoned. If the new file does not exist, it is created.
  485.  
  486. Directory       Displays the directory of any desired drive or directory. Any
  487.         new drive and/or directory you select will become the new
  488.         "default" or "current" directory. Allows use of wildcard
  489.         characters, e.g. "*.TXT". Press <Enter> to display all files.
  490.  
  491. Save as        Saves the file being edited under a new name and permits
  492.         continued editing under this new name.
  493.  
  494. Save and cont.    Saves current file to disk for continued editing. Protection
  495.         against power failure or major mistakes.
  496.  
  497. Exit        Prompts whether the current file is to be saved or abandoned.
  498.         It then exits VEDIT. If the buffer is empty or the file has
  499.         not been altered, it exits without prompting.
  500.  
  501. \GO\
  502. {GOTO} Menu --
  503.  
  504. Begin of file    Moves the cursor to the first character in the file.
  505.  
  506. End of file    Moves the cursor past the last character in the file.
  507.  
  508. Line #        Prompts for a line number and moves the cursor to the
  509.         beginning of that line.
  510.  
  511. Column #    Prompts for a column number and moves the cursor to that
  512.         column. Useful when editing very long lines.
  513.  
  514. File position    Prompts for the absolute file position and moves the cursor
  515.         to that position. "0" corresponds to the beginning of the
  516.         file. Numbers can be entered in hexadecimal using the
  517.         "0Hhhhh" format.
  518.  
  519. Set marker    Prompts for a digit "0 - 9". Sets an invisible text marker
  520.         to which you can later "jump" back with {GOTO, Goto marker}.
  521.  
  522. Goto marker    Prompts for a digit "0 - 9". "Jumps" to a previously set
  523.         text marker. If the marker has not been set the cursor does
  524.         not move.
  525.  
  526. Matching ()    Performs nested parentheses matching for structured
  527.         programming languages. With the cursor positioned at one of
  528.         the eight characters (, ), {, }, [, ], <, >, it moves the
  529.         cursor forward or backward to the matching pair. Otherwise,
  530.         searches forwards for one of the characters.
  531.  
  532. \HM\
  533. {HELP} Menu --
  534.  
  535. General        Same as pressing [HELP] while editing. Begins by displaying
  536.         the current keyboard layout.
  537.  
  538. Status display    Displays the VEDIT version #, current directory, input and
  539.         output file names, file size, memory usage, time and date.
  540.  
  541. \MM\
  542. {MISC} Menu --
  543.  
  544. ASCII table    Displays the 256 byte ASCII table. Allows inserting any
  545.         character while viewing the table.
  546.  
  547. DOS shell    Permits temporarily entering DOS. Give the DOS command "EXIT"
  548.         to return to VEDIT.
  549.  
  550. Run DOS program      Prompts for the name of the DOS program (or command) to be
  551.           run. Returns immediately to VEDIT when the program is done.
  552.  
  553. Color toggle    Toggles through different window colors (attributes).
  554.  
  555. VGA/EGA toggle    Toggles a VGA between 25, 28 and 50 line modes; toggles an
  556.         EGA between 25 and 43 line modes.
  557.  
  558. Keyboard layout        Sub-menu - Add new keystroke macros and display
  559.             existing ones. Also save keystroke macros to disk
  560.             and load from disk.
  561.  
  562. \PR\
  563. {PRINT} Menu --
  564.  
  565. All        Prints the entire file. All text is offset from the left edge
  566.         of the paper by the "Printer margin". Typically prints 60
  567.         lines of text on each page, with a 3 line margin at the top
  568.         and bottom of each page. (Also performs a "Finish/Eject".)
  569.  
  570. Block        Prints a block of text. If no block marker is set, sets the
  571.         first marker. If one or two block markers are set, prints
  572.         the block.
  573.  
  574. Finish/Eject    Releases (flushes) the current print job. On a network
  575.         printer (or under UNIX), this causes the text to be sent to
  576.         the printer (print spooler). When printing to a file, this
  577.         closes the file, making it permanent on disk.
  578.  
  579.         If {PRINT, Config, Page eject on Finish/Eject} is set, a page
  580.         eject is also sent to the printer (or print file).
  581.  
  582.         Use this item following one or more {PRINT, Block}.
  583.  
  584. Eject        Advances the printer to the top of the next page. (Depending
  585.         upon configuration, either line feeds or a form feed is
  586.         used.)
  587.  
  588.         Use this item to start printing on a new page without
  589.         releasing the print job (or closing the print file).
  590.  
  591.         On a non-network DOS printer, there is no noticeable
  592.         difference between "Finish/Eject" and "Eject".
  593.  
  594. Reset        Resets VEDIT to assume printer is at the top of a page.
  595.  
  596. Config        Sub-menu - Change configuration of the margins, paper size,
  597.         line spacing and enabling Form-feeds.
  598.  
  599. \SM\
  600. {SEARCH} Menu --
  601.  
  602. Search         Performs the same function as [SEARCH].
  603.  
  604. Replace         Performs the same function as [REPLACE].
  605.  
  606. Again         Performs the same function as [SEARCH AGAIN].
  607.  
  608. Config         Sub-menu - select whether the search distinguishes between
  609.          upper and lower case letters.
  610.  
  611. \CF\
  612. {CONFIG} Menu --
  613.  
  614. Tab stops     Display/change the current tab stops.
  615.  
  616. Word processing     Display/change left/right margins, enable justification.
  617.  
  618. Programming     Access features that aid in writing programs.
  619.  
  620. Colors         Display/change any of the screen colors.
  621.  
  622. Screen display     Access screen display modes, enable scroll bars.
  623.  
  624. Emulation     Access features for emulating other word processors.
  625.  
  626. File handling     Access to file handling parameters.
  627.  
  628. Misc         Access to cursor and keyboard options; beep and help levels.
  629.  
  630. Save into VEDIT  Saves any configuration changes and, optionally, any new
  631.          keystroke macros into VEDIT to make them permanent.
  632.  
  633.     NOTE:     Use {MISC, Keyboard layout} to change keyboard layout.
  634.          Use {PRINT, Config} to change printer configuration.
  635.          Use {SEARCH, Config} to change search configuration.
  636. \EM\
  637. ESCAPE Menu --        (Press [ESCAPE] again to escape from this menu.)
  638.  
  639. Remove block markers    Removes any block markers that are currently set.
  640.             The messages "1-END" or "BLOCK" will disappear from
  641.             the status line. Same as {BLOCK, Remove markers}.
  642.  
  643. Exit            Saves/abandons the file and exits VEDIT.
  644.             Same as {FILE, Exit}.
  645.  
  646. \UN\
  647. {EDIT, Undo} Sub-Menu --
  648.  
  649. Edit        Each time pressed, restores the effect of the previous key-
  650.         stroke.
  651.  
  652. Line        Restores the current line to its earlier condition. Pressed
  653.         again, it moves to the previously accessed line. Pressed
  654.         again, it restores the previously changed line.
  655.  
  656. Deletion    Inserts the most recently deleted text (of 3 or more
  657.         characters) at the cursor. Pressed again inserts the
  658.         previously deleted text and so on.
  659.  
  660. Reset        Resets the Undo stacks. Permits setting a starting point for
  661.         extensive Undo later.
  662.  
  663. \LU\
  664. {EDIT, Lower/Upper case} Sub-menu --
  665.  
  666. Changes the case of a letter; other characters are not affected. Works on a
  667. single character or, if the cursor is within a highlighted block, on the
  668. entire block.
  669.  
  670. Lower case        Force letter(s) to lower case.
  671.  
  672. Upper case        Force letter(s) to upper case.
  673.  
  674. Switch case        Switch the case of the letters.
  675.  
  676. \KM\
  677. {MISC, Keyboard layout} Sub-menu --
  678.  
  679. Add macro    Adds a keystroke macro to the keyboard layout. First prompts
  680.         for the key that will perform the keystroke macro. Then
  681.         prompts for the keystrokes that constitute the macro. You can
  682.         edit the keystroke macro using [BACKSPACE].
  683.  
  684.         Keystroke macros let you assign a frequently typed sequence
  685.         of keys to an unused function or control key. They permit
  686.         "hot key" access to common menu functions.
  687.  
  688. Record macro    Adds a keystroke macro by recording your editing operations
  689.         while you make them. The status line indicates this special
  690.         mode with "Record macro" on the left side. The right side
  691.         indicates the key-press needed to stop the recording.
  692.  
  693.     NOTE:    Use {CONFIG, Save into VEDIT} to permanently add new
  694.         keystroke macros to VEDIT.
  695.  
  696. Change layout    Lets you change the keyboard layout for the basic edit
  697.         functions.
  698.  
  699. Display layout    Displays the keyboard layout. Either the entire layout or
  700.         just the keystroke macros can be displayed.
  701.  
  702. Print layout    Prints the keyboard layout. Either the entire layout or just
  703.         the keystroke macros can be printed.
  704.  
  705. Save to disk    Saves the entire keyboard layout including any newly added
  706.         keystroke macro to a disk file. This file can easily be
  707.         edited and then loaded back into VEDIT.
  708.  
  709. Load from disk    Load an entire new keyboard layout including new keystroke
  710.         macros from a disk file. Examples files to load are
  711.         "WORDSTAR.KEY" and "WORDPERF.KEY".
  712.  
  713. \PC\ {PRINT, Config} Sub-menu --
  714. Paper length        Set to the LENGTH of the paper in lines, typically
  715.             66. The number of lines printed per page is the paper
  716.             size minus the top and bottom margins.
  717.  
  718. Top margin        The number of blank lines printed at the top of each
  719.             page. A value of "0" causes printing to start on the
  720.             very first line.
  721.  
  722. Bottom margin        The number of blank lines printed at the bottom of
  723.             each page.
  724.  
  725. Left margin        This is the number of columns that all text is offset
  726.             from the left edge of the paper.
  727.  
  728.     NOTE:        If all three margins are set to zero (0), the text is
  729.             printed without any formatting.
  730.  
  731.  
  732. Line spacing        Determines whether text is single spaced (1), double
  733.             spaced (2) or triple spaced (3).
  734.  
  735. Enable Form-feed    When enabled, VEDIT uses a Form-feed character to
  736.             advance to a new page;  otherwise multiple Line-feeds
  737.             are used. Any Form-feed character in the text also
  738.             signals VEDIT to start a new page.
  739.  
  740. Page eject on        Determines whether a page eject is included at the
  741. Finish/Eject        end of each print job, i.e. with {PRINT, All} and
  742.             {PRINT, Finish/Eject}. Normally enabled for non-
  743.             network DOS printers and disabled for network and
  744.             UNIX printers.
  745.  
  746. Printer        Selects the printer device:
  747.         0 = Default    The default printer can be changed below.
  748.         1 = LPT1:
  749.         2 = LPT2:
  750.         3 = LPT3:
  751.         4 = COM1:
  752.         5 = COM2:
  753.         6 = COM3:
  754.         7 = file    Each time you start a new print job, you will
  755.                 be prompted for the filename.
  756.  
  757. Change default printer    Selects the device to which VEDIT prints when
  758.             {PRINT, Config, Printer} is set to "0". Under DOS,
  759.             this is initially "PRN" (under UNIX/QNX, it is "lp").
  760.             This device can also be changed to a filename such
  761.             as "VEDITPRN.PRN"; however, each print job will then
  762.             overwrite the previous one.
  763.  
  764. \SC\ {SEARCH, Config} Sub-menu --
  765. Equate Upper/Lower case during search
  766.  
  767.     Determines whether upper and lower case letters are equated when
  768.     searching and replacing. Typically they are equated so that the
  769.     string "why" will match "Why", "WHY" and "why".
  770.  
  771. \GW\ {CONFIG, Word processing} Sub-menu --
  772. Left margin  (0 - 80)
  773.  
  774.     The left margin used for formatting paragraphs. It is also the
  775.     "Indent position" in Visual Mode and can also be changed with
  776.     [INDENT] and [INDENT].
  777.  
  778. Right margin  (0=Off, 1 - 255)
  779.     The right margin used for word wrap and for formatting paragraphs. A
  780.     value of "0" disables both word wrap and formatting. It should be
  781.     disabled when editing programs!
  782.  
  783. Justify paragraphs  (0=Off, 1=On, 2=Unjustify)
  784.  
  785.     Determines whether {EDIT, Format paragraph} will also justify the
  786.     formatted paragraph. "0" disables justification; "1" enables
  787.     justification. "2" will "unjustify" the paragraph, removing extra
  788.     spaces.
  789.  
  790. \GP\ {CONFIG, Programming} Sub-menu --
  791. Auto-indent mode
  792.  
  793.     When enabled, the indent position for a new line of text is initially
  794.     the same as for the previous line of text. This is convenient for
  795.     programming in 'C', Pascal, PL/I, etc. The indent position can then
  796.     be changed with [INDENT] and [UNDENT].
  797.  
  798.  
  799.  
  800.  
  801. Indent increment  (1 - 20)
  802.  
  803.     Controls how much further the editor indents each time [INDENT] is
  804.     pressed.
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811. Lower/upper case key conversion  (0 - 3)
  812.  
  813.     Determines whether lower case characters are converted to upper case.
  814.  
  815.     0 - No conversion takes place.
  816.     1 - All lower case letters are converted to upper case.
  817.     2 - Lower case letters are converted to upper case, unless the cursor
  818.         is past a "special" character set by parameter (5). Primarily
  819.         applicable to assembly language programming, where it is
  820.         desirable to have the Label, Opcode and Operand in upper case and
  821.         the comment in upper and lower case.
  822.     3 - Similar to (2) except that characters are reversed instead of
  823.         being forced to upper case.
  824.  
  825. Conditional conversion character  (32 - 126)
  826.  
  827.     Sets the conditional upper/lower case conversion character used
  828.     above.
  829.  
  830. \GC\ {CONFIG, Colors} Sub-menu --
  831. Black on Blue      16    Blue on Black      1    Green on Black      2
  832.      Green      32        Green     33         Blue     18
  833.      Cyan      48        Cyan     49         Cyan     50
  834.      Red      64        Red     65         Red     66
  835.      Magenta  80        Magenta  81         Magenta 82
  836.      Brown      96        Brown     97         Brown     98
  837.      White     112        White    113         White  114
  838.  
  839. Note:    Add 8 if you want "bright" colors. "Bright black" is grey. "Bright
  840.     Brown" is really yellow.
  841.  
  842. Cyan on Black      3    Red on  Black      4    Magenta on Black   5
  843.     Blue     19        Blue     20           Blue      21
  844.     Green     35        Green     36           Green  37
  845.     Red     67        Cyan     52           Cyan      53
  846.     Magenta     83        Magenta     84           Red      69
  847.     Brown     99        Brown    100           Brown 101
  848.     White    115        White    116           White 117
  849.  
  850.  
  851.  
  852. Brown on Black      6    White on Black      7    Yellow on Black      14
  853.      Blue     22         Blue     23          Blue      30
  854.      Green     38         Green     39          Green      46
  855.      Cyan     54         Cyan     55          Cyan      62
  856.      Red     70         Red     71          Red      78
  857.      Magenta 86         Magenta 87          Magenta 94
  858.      White    111         Brown    103          Brown     110
  859.                               White     119
  860.  
  861.  
  862. Edited text        Color of the text being edited.
  863.  
  864. Status line        Color of the status line, filename, line and column
  865.             numbers.
  866.  
  867. Status line messages    Color of the "BLOCK", "INS" and other messages.
  868.  
  869. Window border        Color of the borders around the editing window.
  870.  
  871. Window border message    Color of the "WINDOW" message of the active window.
  872.  
  873. Dialog prompts        Color of the pop-up dialog boxes.
  874.  
  875. Main menu        Color of the main menu bar
  876.  
  877. Main menu selection    Color of the letter that selects each main menu item.
  878.  
  879. Main menu highlighting    Color of the item which is currently selected.
  880.  
  881. Pull-down menu        Color of the pull-down menus
  882.  
  883. Pull-down menu selection    Color of the letter which selects each
  884.                 pull-down menu item.
  885.  
  886. Pull-down menu (override)    Override color for the sub-menu item which is
  887.                 currently selected. If "0", the reverse video
  888.                 of "Pull-down menu" is used.
  889.  
  890. Block highlighting (override)    Override color for blocks being highlighted.
  891.                 If "0", the reverse video of the text color
  892.                 is used.
  893.  
  894. Cursor (override)        Override color for the (non-system) cursor.
  895.                 If "0", the reverse video of the text color
  896.                 is used.
  897.  
  898. Screen erase (override)        Override for portion of editing window where
  899.                 there is no text. If "0", the same color as
  900.                 the text is used.
  901.  
  902. Help window (override)        Override for pop-up help windows. If "0", the
  903.                 same color as the current text is used.
  904.  
  905. Inactive menu items (override)    Override for items in the {BLOCK} menu which
  906.                 are currently inactive. If "0", the same
  907.                 color as "Pull-down menu" is used.
  908.  
  909. Current line (override)        Override for the current line when {CONFIG,
  910.                 Screen display, Highlight cursor line} is
  911.                 enabled. If "0", the current line is
  912.                 displayed in "bright" characters.
  913.  
  914. \GD\ {CONFIG, Screen display} Sub-menu --
  915. Enable scroll bars
  916.  
  917.     Determines whether editing windows are displayed with scroll bars
  918.     and full borders; this simplifies mouse operation.
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925. Enable sub-menu preview
  926.  
  927.     When set to "Yes", sub-menus are displayed before they are selected.
  928.     This is non-standard, but is particularly useful when browsing the
  929.     sub-menus in the {CONFIG} menu. When using a mouse, sub-menus are
  930.     always previewed as is typical in other programs.
  931.  
  932.  
  933.  
  934.  
  935. Highlight cursor line
  936.  
  937.     When set to "Yes", the entire line the cursor is on is highlighted.
  938.     By default, the highlighting is displayed using "bright" characters.
  939.     Or select an overriding color with {CONFIG, Colors, Color override
  940.     for current line.}
  941.  
  942.  
  943.  
  944.  
  945. Screen display mode (0 - 7)
  946.  
  947.     Controls in what mode characters are displayed.
  948.  
  949.     This option combines five options into one by having you add "mask"
  950.     values (setting bits) for each desired sub-option.
  951.  
  952.     The base value of "0" displays all characters literally except <Tab>,
  953.     <CR> and <LF>.
  954.  
  955.     Mask 1 - Display control characters in the format "^x".
  956.     Mask 2 - Display graphics characters in the format "<nnn>".
  957.     Mask 4 - Display <Tab>, <CR> and <LF> literally (when possible).
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965. Newline display character (0 - 255)
  966.  
  967.     The character displayed at the end of each line in Visual Mode where
  968.     the "newline" normally is. The default "space" (value 32) is, of
  969.     course, not visible. Visible candidates on an IBM PC include values
  970.     11 and 14.
  971.  
  972. Note:    This character is only displayed when Mask-4 of "Screen display
  973.     mode" is reset.
  974.  
  975. Tab display character (0 - 255)
  976.  
  977.     The fill-character used to display tab characters on the screen. By
  978.     default "spaces" (value 32) are displayed to the next tab position.
  979.     If you need a better indication of where tab characters are, pick
  980.     another character such as a "period" (value 46) or value 4.
  981.  
  982. Note:    This character is only displayed when Mask-4 of "Screen display
  983.     mode" is reset.
  984.  
  985. \GE\ {CONFIG, Emulation} Sub-menu --
  986. Cursor positioning mode (0 - 4)
  987.  
  988.     Controls how the cursor moves on the screen where there is no text.
  989.  
  990.     0 - Cursor positions only to real text.
  991.     1 - Cursor moves straight up/down past short lines.
  992.     2 - Cursor zig-zags up/down past short lines.
  993.     3 - Cursor moves as (1), pads when inserting past line.
  994.     4 - Cursor moves anywhere, pads when inserting past line.
  995.  
  996. Typewriter emulation mode (0 - 7)
  997.     0 - [TAB CHAR] and <Enter> always insert respective characters.
  998.     1 - [TAB CHAR] performs [NEXT TAB STOP] in "Overstrike" mode and
  999.         inserts a Tab character in "Insert" mode.
  1000.     2 - [TAB CHAR] always inserts; <Enter> performs [NEXT LINE] in
  1001.         "Overstrike" mode and inserts a "newline" in "Insert" mode.
  1002.     3 - [TAB CHAR] same as mode "1"; <Enter> same as mode "2".
  1003.     4 - [TAB CHAR] always inserts; <Enter> always performs [NEXT LINE].
  1004.     5 - [TAB CHAR] same as mode "1"; <Enter> always performs [NEXT LINE].
  1005. more...
  1006.     6 - [TAB CHAR] always inserts; <Enter> inserts a "newline" following
  1007.         the current line (opens a new line).
  1008.     7 - [TAB CHAR] same as mode "1"; <Enter> same as mode "6".
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016. [BACKSPACE] emulation mode (0 - 3)
  1017.  
  1018.     0 - Always deletes the preceding character including "newline".
  1019.     1 - Only deletes in "Insert" mode, just moves the cursor left in
  1020.         "Overstrike" mode.
  1021.     2 - Always deletes the preceding character, but stops at the
  1022.         beginning of the line.
  1023.     3 - Only deletes in "Insert" mode and stops at the beginning of line.
  1024.  
  1025.  
  1026. Line emulation mode (0 - 5)
  1027.     0 - [LINE BEGIN] and [LINE END] move to 1st/last character only on
  1028.         the current screen line. Successive presses have no effect.
  1029.     1 - Move to 1st/last character of current text line. Successive
  1030.         presses have no effect.
  1031.     2 - Move to 1st/last char only on current screen line. Successive
  1032.         presses move to preceding/next screen line.
  1033.     3 - Move to 1st/last char on current text line. Successive presses
  1034.         move to preceding/next text line.
  1035. more...
  1036.  
  1037.     4 - Move to 1st/last char only on current screen line; otherwise
  1038.         same as mode "5".
  1039.     5 - Move to 1st/last char on current text line. 2nd [LINE BEGIN]
  1040.         moves to beginning of screen; 3rd moves to beginning of file.
  1041.         2nd [LINE END] moves to end of screen; 3rd moves to end of file.
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047. Special emulation modes (0 - 255)
  1048.  
  1049.     Enables special emulation modes. "0" disables the special modes.
  1050.  
  1051.     This option combines several options into one by having you add
  1052.     "mask" values (setting bits) for each desired sub-option.
  1053.  
  1054.     VEDIT accepts numeric expressions on input; therefore you can, for
  1055.     example, enter "8+32+64".
  1056.  
  1057.     Mask 1  - [SCREEN BEGIN] / [SCREEN END] goto 1st/last column on line.
  1058.     Mask 2  - [SCROLL UP] / [SCROLL DOWN] leave cursor in screen line.
  1059.     Mask 4  - Unused.
  1060.     Mask 8  - [CURSOR RIGHT] and [CURSOR LEFT] don't wrap.
  1061.     Mask 16 - Last char, not newline, is last line position (vi only).
  1062.     Mask 32 - [DELETE] doesn't delete newline.
  1063.     Mask 64 - [DELETE] doesn't delete block.
  1064.     Mask 128- [SEARCH] and [REPLACE] also perform [SEARCH AGAIN]
  1065.  
  1066.  
  1067. Expand <Tab> key with spaces
  1068.  
  1069.     Determines whether the [TAB CHARACTER] key is expanded with spaces to
  1070.     the next tab position. If not, a Tab character is inserted into the
  1071.     text. Tab characters are normally used to save disk space.
  1072.  
  1073. NOTE:    If you enable this option, you will probably want to disable {CONFIG,
  1074.     Emulation, Retab after columnar block insert} to prevent columnar-
  1075.     block operations from inserting Tab characters.
  1076.  
  1077. Auto-Cancel block markers
  1078.  
  1079.     Determines whether the new block of text is highlighted following a
  1080.     direct block copy or move.
  1081.  
  1082.     No  - New block of text is highlighted. This emulates WordStar,
  1083.           Sidekick, etc., but requires an extra step to remove markers.
  1084.     Yes - Auto-cancel markers so that block markers are reset/removed
  1085.           following a direct copy or move.
  1086.  
  1087. Horizontal scroll margin  (0 = Off, 40 - 255)
  1088.  
  1089.     Sets the maximum right margin for scrolling. Text lines longer than
  1090.     this "scroll margin" are wrapped to the next screen line. Typically
  1091.     set to 79 to have long lines wrapped on the screen. Set to "0" to
  1092.     disable the margin and have long lines extend indefinitely to the
  1093.     right.
  1094.  
  1095.  
  1096.  
  1097. Horizontal scroll increment  (1 - 100)
  1098.  
  1099.     Determines how much the screen scrolls right or left when [SCROLL
  1100.     RIGHT] and [SCROLL LEFT] are pressed or VEDIT scrolls automatically.
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107. Retab after columnar block insert
  1108.  
  1109.     Controls whether sequences of spaces in a columnar block insertion
  1110.     are converted to Tab characters. During a columnar block copy/move to
  1111.     a text register, tab characters are always converted to spaces. When
  1112.     a columnar register is inserted or "Copy/Move to cursor" is
  1113.     performed, and this switch enabled, the spaces in the inserted text
  1114.     are converted to tab characters.
  1115.  
  1116.     This switch does not affect normal (non-columnar) block operations.
  1117.  
  1118.  
  1119. Trim spaces after columnar block insert
  1120.  
  1121.     Controls whether the trailing spaces of a columnar block insertion at
  1122.     the end of lines are removed. This only trims spaces on those lines
  1123.     involved in the insertion.
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129. Advance cursor past block insert
  1130.  
  1131.     Determines whether the cursor advances following a block, text
  1132.     register or file insertion.
  1133.  
  1134.     No  - The cursor is not moved and is left at the beginning of the
  1135.           inserted text.
  1136.     Yes - The cursor is advanced past the inserted text.
  1137.  
  1138. \GF\ {CONFIG, File handling} Sub-menu --
  1139. Auto-save interval (0=Off, minutes)
  1140.  
  1141.     Controls the auto-file-save feature. "0" disables it. Otherwise,
  1142.     VEDIT will save all modified files after the configured number of
  1143.     minutes (1 - 255) from the time of the last auto-save -OR- you
  1144.     manually selected {FILE, Save and continue}.
  1145.  
  1146.  
  1147.  
  1148.  
  1149. Enable backup files
  1150.  
  1151.     Controls whether backup files are created, i.e. whether the original
  1152.     file is renamed to "filename.BAK".
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159. Enable fast browse mode
  1160.  
  1161.     Only applicable when VEDIT has been started in browse mode ("-b"),
  1162.     the current file is a "read-only" file or you selected {FILE, Browse
  1163.     mode} before editing the current file.
  1164.  
  1165.     When enabled, {GOTO, Beginning of file}, {GOTO, End of file} and
  1166.     relative jumps with the mouse will be instantaneous; however, the
  1167.     current line number will not always be known. When disabled, browsing
  1168.     is slower, but the line number is always displayed.
  1169.  
  1170. Use V-SWAP when entering DOS
  1171.  
  1172.     Determines whether VEDIT will use the V-SWAP program (when already
  1173.     installed in memory) to swap itself out of memory when entering DOS.
  1174.     No error is given if V-SWAP is not in memory.
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180. E-O-F processing (0=Off, 1=Truncate, 2=EOF Mark, 3=Padding)
  1181.     Controls how VEDIT deals with the Ctrl-Z end-of-file marker used in
  1182.     some DOS text files. If enabled, VEDIT does not read past the first
  1183.     Ctrl-Z and will not insert Ctrl-Z characters.
  1184.  
  1185.     0 - Normal text/binary file. Ctrl-Z is not treated specially.
  1186.     1 - Text file. Files are written in their exact file length.
  1187.     2 - Text file. Files are written with one Ctrl-Z end-of-file marker.
  1188.     3 - Text file. Files are written with one Ctrl-Z and are padded with
  1189.         zeros to make the file length a multiple of 128.
  1190.  
  1191. File type ((0=CR+LF, 1=LF, 2=CR, 64=recsize)
  1192.  
  1193.     Determines the type of file VEDIT assumes it is editing. Controls
  1194.     screen display and some editing operations.
  1195.  
  1196.     0=CR+LF     Each text line ends in both a Carriage-return and Line-feed.
  1197.          Typical for DOS.
  1198.     1=LF     Each text line ends in just a Line-feed.
  1199.          Typical for UNIX/XENIX.
  1200.  
  1201.     2=CR     Each text line ends in just a Carriage-Return.
  1202.          Typical for Mac.
  1203.     64     Instead of assuming that lines end in a "newline" character,
  1204.          VEDIT treats each line as simply 64 characters. Useful for
  1205.          data and binary files. Word processing and columnar
  1206.          operations are not available in this mode.
  1207.  
  1208.  
  1209.  
  1210.  
  1211.     Note:     Although VEDIT can edit some binary files, such as .EXE
  1212.          files, in text mode (file types 0, 1 and 2) you may have
  1213.          trouble moving the cursor when very long lines are reached.
  1214.          In this case simply change the "File type" to "64".
  1215.  
  1216. Enable auto-file type
  1217.  
  1218.     When enabled, VEDIT sets the best file type for each file edited. If
  1219.     a LF is not found within the first 1024 bytes, a binary file is
  1220.     assumed and "File type" is set to "64". If a LF is found, the "File
  1221.     type" is set to "0" or "1" depending upon whether the previous
  1222.     character is a CR.
  1223.  
  1224.     You can override the "File type" if VEDIT sets it incorrectly for
  1225.     your needs.
  1226.  
  1227. \GM\ {CONFIG, Misc} Sub-menu --
  1228. Cursor type in overstrike mode  (0 - 6)
  1229. Cursor type in insert mode  (0 - 6)
  1230.  
  1231.     The displayed cursor type used in overstrike and insert modes.
  1232.     Types 1, 2, 4, 5 and 6 are best on the IBM PC.
  1233.  
  1234.     0 - Blinking Underline (configurable) character
  1235.     1 - Blinking Reverse Video Block - variable blink rate
  1236.     2 - Solid Reverse Video Block
  1237.     3 - Attribute  (uses IBM PC "blink" attribute)
  1238.     4 - Thin system cursor (IBM PC only)
  1239.     5 - Medium system cursor
  1240.     6 - Full-height system cursor
  1241.  
  1242. Cursor blink rate  (10 - 255)
  1243.  
  1244.     The cursor's blink rate for cursor types 0 and 1. A smaller number
  1245.     causes the cursor to blink faster.
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252. Keyboard input options  (0 - 15)
  1253.  
  1254.     Controls processing of keyboard characters. Only rarely changed!
  1255.  
  1256.     This option combines four options into one by having you add "mask"
  1257.     values (setting bits) for each desired sub-option.
  1258.  
  1259.     The base value of "0" strips 8 bit characters, discards unassigned
  1260.     control keys and preserves the case of letters.
  1261.  
  1262.     Mask 1 - Enable 8 bit (graphics) keyboard characters.
  1263.     Mask 2 - Treat 8 bit characters as function keys.
  1264.     Mask 4 - Enter unassigned function/control keys into the text.
  1265.     Mask 8 - Reverse the case of all letters, e.g. typing "a" gives you
  1266.          "A" and typing "A" gives you "a".
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272. Beep level (0 - 4)
  1273.  
  1274.     Controls under what conditions VEDIT produces a beep on the speaker.
  1275.  
  1276.     0 - Never.
  1277.     1 - Only from the macro language (YA command).
  1278.     2 - Also when pressing invalid keys in dialog boxes.
  1279.     3 - Also when pressing invalid keys in the menu system.
  1280.     4 - Also when pressing unassigned function keys.
  1281.  
  1282. Help level (0 - 1)
  1283.  
  1284.     Enables the help line at the bottom of the screen within the menu
  1285.     system and during Point & Shoot file selection. "0" turns off this
  1286.     line.
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292. Mouse options (0=Off, 1=Corner, 2=Center)
  1293.  
  1294.     Controls mouse support and where the mouse cursor is initially
  1295.     placed.
  1296.  
  1297.     0 - Disable mouse support.
  1298.     1 - Enable mouse support, place mouse cursor in top left corner
  1299.         where it is "invisible".
  1300.     2 - Enable mouse support, place mouse cursor in center of screen.
  1301.  
  1302.     To select any "compatibility" options, add the "mask" value to your
  1303.     choice of "1" or "2" above.
  1304.  
  1305.     +128    Supports very old mouse drivers. Rarely if ever needed.
  1306.     +64    Causes VEDIT to perform a "Hardware/software" mouse reset
  1307.         upon startup. May be needed to support Mouse Systems drivers.
  1308.     +32    Causes VEDIT to reset the mouse following {MISC, DOS Shell}
  1309.         or {MISC, Run DOS program}.
  1310.  
  1311.  
  1312. Keyboard typematic rate (0=Normal, 1 - 32)
  1313.  
  1314.     Controls how fast the keyboard will repeat when a key is held down.
  1315.     It is only applicable with IBM PC AT and PS/2 type keyboards.
  1316.  
  1317.     Higher numbers repeat faster. With value "0" VEDIT does not change
  1318.     the existing "typematic" rate.
  1319.  
  1320. \TM\
  1321. Select text marker -- (Set marker; Goto marker)
  1322.  
  1323. Press a digit "0" - "9" to select the desired text marker. Or press <Enter>
  1324. or any function key to select marker "0".
  1325.  
  1326. Up to 10 invisible markers may be set for remembering positions in a file and
  1327. returning to them later. Markers "stick" to particular characters.
  1328. Attempting to go to a marker that has not been set has no effect.
  1329.  
  1330. \CT\
  1331. Display/Change Tab stops --
  1332.  
  1333. Displays the current tab stops. Press "Y" to change positions. If you want a
  1334. constant tab interval, e.g. "8", enter the single number and press <Enter>.
  1335. Otherwise, enter all of the explicit tab stops followed by one <Enter>. (The
  1336. cursor automatically moves to the next line if needed.)
  1337.  
  1338. NOTES:    Any tab characters past the last explicit tab stops will be displayed
  1339.     as normal control characters.
  1340.  
  1341.     Setting a tab interval of "0" causes all tab characters to be
  1342.     displayed as normal control chars.
  1343.  
  1344. \AT\
  1345. ASCII table --        Display the ASCII table; insert any value.
  1346.  
  1347. All 256 characters are displayed with their decimal values. The first 32
  1348. control characters are also displayed in the common expanded "^" format.
  1349. Press <Enter> to see the next page of characters. Press "I" to enter a
  1350. particular character - you will be prompted for its decimal value.
  1351.  
  1352. Note:    You can also enter control chars directly using [ENTER CTRL] or
  1353.     {EDIT, Enter CTRL char}. Box drawing characters can be entered
  1354.     directly using the IBM PC keyboard's "ALT keypad" feature.
  1355.  
  1356. \FN\ \FO\
  1357. {FILE, New} or {FILE, Open} prompt -- Save or abandon the current file.
  1358.  
  1359. [Y]es        Saves all changes to the current file.
  1360.  
  1361. [N]o        Abandons (quits) the current file. The changes to the current
  1362.         file are not saved.
  1363.  
  1364. \QF\
  1365. Abandon altered file [Y]es [N]o -- Confirmation for "EQ" command
  1366.  
  1367. [Y]es        Abandons the current file without saving any changes. If this
  1368.         is the last altered file, it exits VEDIT, otherwise it
  1369.         repeats for the next file.
  1370.  
  1371. [N]o        Cancels the command; does not abandon the file.
  1372.  
  1373. \FE\
  1374. {FILE, Exit} prompt -- Save/abandon file and exit.
  1375.  
  1376. [Y]es        Saves the specified file and exits VEDIT. If the file has no
  1377.         assigned filename, you are prompted for one.
  1378.  
  1379. [N]o-abandon    Abandons (quits) the specified file and exits VEDIT. The
  1380.         changes are not saved.
  1381.  
  1382. [C]ancel    Does not save/abandon the file and returns to editing.
  1383.  
  1384. \FF\
  1385. "Enter filename" prompt --
  1386.  
  1387. Enter the name of the desired file. You can include a full drive and path
  1388. specification. Examples: "letter2.txt", "c:\documents\family\letter2.txt".
  1389.  
  1390. -OR-    Just press <Enter> to select the file via "Point & Shoot".
  1391.  
  1392. -OR-    Enter a 'filespec' such as "*.txt" to select via Point & Shoot only
  1393.     from those files ending in ".txt".
  1394.  
  1395. \SF\
  1396. Point & Shoot file selection --
  1397.  
  1398. To select a file, use the cursor keys to highlight the desired filename and
  1399. press <Enter>. When there are many files, [PAGE UP] and [PAGE DOWN] may help
  1400. in viewing the filenames; [LINE END] (<End>) highlights the last filename and
  1401. [LINE BEGIN] (<Home>) highlights the first filename.
  1402.  
  1403. To select a filename by incremental searching, type the first characters of
  1404. the filename. The first (or nearest) filename matching those characters will
  1405. be highlighted. Press [LINE BEGIN] (<Home>) to reset the incremental search.
  1406.  
  1407. Selecting the special filename ".." moves up in the directory structure. Any
  1408. directories are displayed before other filenames and are indicated with a
  1409. following "\". Selecting a subdirectory moves to that subdirectory.
  1410.  
  1411. The top line displays the current "filespec" consisting of the drive,
  1412. directory name and the wildcard "filter" that determines which filenames are
  1413. displayed. Press [CURSOR UP] to recall previously entered filespecs.
  1414.  
  1415. Press [TAB CHAR] (<Tab>) to access the top line and enter a new filespec.
  1416.  
  1417. Press [ESCAPE] to cancel the point & shoot operation.
  1418.  
  1419. Use {FILE, Directory (change)} to change the default "current" directory.
  1420.  
  1421. \AM\
  1422. Add keystroke macro --
  1423.  
  1424. Adds new keystroke macros to the keyboard layout. Also modifies and deletes
  1425. existing ones. Immediately press [ESCAPE] to cancel this function.
  1426.  
  1427. For "Function/control key" press the function (or <ALT>) key to which a
  1428. sequence of keystrokes will be assigned. Then press [ESCAPE].
  1429.  
  1430. For "Edit sequence" enter the keystrokes exactly as you would type them to
  1431. perform the desired editing operation. Press [ESCAPE] again.
  1432.  
  1433. To edit an existing keystroke macro, enter the corresponding key at the first
  1434. prompt. Press the key again at the second prompt. This will display the
  1435. entire keystroke sequence. Then use [BACKSPACE] to delete keystrokes from the
  1436. end and enter the revised keystrokes.
  1437.  
  1438. To delete an existing keystroke macro, enter the corresponding key at the
  1439. first prompt. At the "Edit sequence" prompt, immediately press [ESCAPE].
  1440.  
  1441. Alternatively, use {MISC, Keyboard layout, Record macro} to add a new
  1442. keystroke macro by recording your editing operations as you make them.
  1443.  
  1444. Use {CONFIG, Save into VEDIT} to permanently add new keystroke macros to
  1445. VEDIT.
  1446.  
  1447. \LM\
  1448. Record macro --
  1449.  
  1450. Adds a new keystroke macro to the keyboard layout. First prompts for
  1451. "Function/control key" - this is usually an unused function (or <ALT>) key to
  1452. which a sequence of keystrokes are then assigned. Follow with [ESCAPE].
  1453.  
  1454. The status line will display "Record macro" to indicate that all editing
  1455. operations are now being recorded. The status line also indicates the
  1456. key-press needed to turn off the recording. This is either the "hot-key"
  1457. for {MISC, Keyboard layout, Record macro} (default: Alt-K) or <Ctrl-]>.
  1458.  
  1459. Alternatively, new keystroke macros can be added using {MISC, Keyboard
  1460. layout, Add macro}.
  1461.  
  1462. \KC\
  1463. Change keyboard layout --
  1464.  
  1465. This function lets you change the key assignments for the basic edit
  1466. functions. It does not change or add keystroke macros.
  1467.  
  1468. [M]odify layout; [C]reate new basic layout; [D]elete entire layout?
  1469.  
  1470. [M]odify    Does not initially delete any assignments. Use this when
  1471.         making small to moderate changes to the keyboard layout.
  1472.  
  1473. [C]reate    Deletes all basic edit function assignments from the
  1474.         keyboard layout; it does not delete keystroke macros. Use
  1475.         this when you want to make major changes to the layout but
  1476.         save all existing keystroke macros.
  1477.  
  1478. [D]elete    Deletes all key assignments including keystroke macros. Use
  1479.         this only when entering an entirely new keyboard layout.
  1480.  
  1481. Beginning with [BACKSPACE], each edit function is displayed, following by
  1482. the current key assignment. If there is none, "Not assigned" is displayed.
  1483. You can then enter a new assignment followed by <Enter>, or advance to the
  1484. next edit function by immediately pressing <Enter>.
  1485.  
  1486. You can also type the following character followed by <Enter>:
  1487.  
  1488. B    Go back to the beginning, i.e. back to "[BACKSPACE]".
  1489. P    Go to the previous item.
  1490. E    Exit this function and return to normal editing.
  1491. -    Delete the current assignment, changing it to "not assigned".
  1492. +    Add a duplicate assignment.
  1493.  
  1494. Duplicate assignments permit two (or more) keys to perform the same edit
  1495. function. After entering "+", the name of the edit function is displayed
  1496. again; normally this is followed by "Not assigned" unless there already is a
  1497. duplicate assignment.
  1498.  
  1499. When done, VEDIT checks that [ESCAPE] is assigned to some key. If not, it
  1500. is assigned to the <Esc> key. This ensures that enough keys are defined
  1501. to exit VEDIT via the {ESCAPE} menu. Remember that you can use <Space Bar>
  1502. to navigate a menu.
  1503.  
  1504. \KD\
  1505. [F]ull layout  [K]eystroke macros only
  1506.  
  1507. [F]ull        Displays the full layout which includes the basic keyboard
  1508.         layout and all keystroke macros.
  1509.  
  1510. [K]eystroke    Skips displaying the basic layout and displays only the
  1511.         keystroke macros.
  1512.  
  1513. \KS\
  1514. Save in [T]ext or [B]inary format -
  1515.  
  1516. [T]ext        The keyboard layout is saved in a format that is easy to
  1517.         edit. However this format takes a few seconds to load with
  1518.         {MISC, Keyboard layout, Load from disk}.
  1519.  
  1520. [B]inary    The keyboard layout is saved in a format that cannot be
  1521.         easily edited. This format loads very quickly into VEDIT.
  1522.  
  1523. \GH\
  1524.         -- NO SPECIFIC HELP IS AVAILABLE --
  1525.  
  1526. Prompts to "Press" a key require only a single keystroke - do not press
  1527. <Enter>. Prompts to "Enter" a value or string must be followed by <Enter>.
  1528. Press [CANCEL] (<Ctrl-C>) to cancel this operation.
  1529.  
  1530. When prompted for a number, you can also enter a numeric expression. For
  1531. example: "1234+854/2", which is identical to "1234+(854/2)".
  1532.  
  1533. Before you press <Enter> you can edit your response using [BACKSPACE],
  1534. [CURSOR RIGHT], [CURSOR LEFT] and [DELETE]. Characters typed in the middle
  1535. of a line are inserted. You do NOT need to move the cursor to the end of
  1536. the line before pressing <Enter>.
  1537.  
  1538. Responses can be entered in "Insert" or "Overstrike" mode. Press [INSERT]
  1539. to toggle between the modes. Initally VEDIT is in "Insert" mode. This is
  1540. independent of the Insert/Overstrike mode for normal editing.
  1541.  
  1542. \STAT\
  1543. BLOCK        Indicates that both block markers have been set. The block
  1544.         can be processed from the {BLOCK} menu or printed from the
  1545.         {PRINT} menu. The block markers can be removed (cancelled)
  1546.         by pressing [CANCEL].
  1547.  
  1548. C-N-S        On the IBM PC, the status of the Caps/Num/Scroll Lock is
  1549.         displayed on the status line with the single letters "C", "N"
  1550.         and "S".
  1551.  
  1552. COL:        Indicates in which column of the text the cursor is located.
  1553.  
  1554. DISK        Indicates that the disk is full. This requires immediate
  1555.         attention since the file currently cannot be saved to disk.
  1556.         Use {MISC, DOS shell} to enter DOS and delete unnecessary
  1557.         files. Or use {FILE, Save as} to save the current file on
  1558.         another disk.
  1559.  
  1560. filename    Indicates the name of the file you are currently editing.
  1561.         Technically it is the name of the "output file" - the name
  1562.         that the file will have when you save it on disk.
  1563.  
  1564.         When the filename is preceded with "!", this indicates that
  1565.         the file was opened in "browse-only" mode - you cannot alter
  1566.         the file, but you can browse through it more quickly.
  1567.  
  1568. INS        Indicates that you are in "Insert" mode. Any typed text will
  1569.         be inserted and not overwrite the existing text.
  1570.  
  1571. LINE:        Indicates on what line of the file the cursor is. When the
  1572.         message is all in capital letters the entire file is memory.
  1573.         Otherwise the message is displayed as follows:
  1574.  
  1575. Line:        The beginning of the file is currently in memory, but the end
  1576.         of the file is on disk.
  1577.  
  1578. lINE:        The end of the file is currently in memory, but the beginning
  1579.         of the file has been written to disk.
  1580.  
  1581. line:        Neither the very beginning nor end of the file is currently
  1582.         in memory - they are both on disk.
  1583.  
  1584. RM:        This message is only displayed when a right margin is set and
  1585.         is followed by the margin value.
  1586.  
  1587. 1-END        Indicates that you have marked one end of a block of text.
  1588.         The block of text is highlighted as you move the cursor. The
  1589.         block block can be processed from the {BLOCK} menu or printed
  1590.         from the {PRINT} menu. The block markers can be removed
  1591.         (cancelled) by pressing [CANCEL] (<Ctrl-C>).
  1592.  
  1593. <<        Indicates that the screen is horizontally scrolled. It is
  1594.         followed by the column number corresponding to the left side
  1595.         of the screen.
  1596.  
  1597. \MARG\
  1598.  
  1599. You can set the left margin in the {CONFIG, Word processing} sub-menu or with
  1600. the [INDENT] and [UNDENT] keys which change the margin by an "increment",
  1601. typically 4.
  1602.  
  1603. To enable word wrap and paragraph formatting, you must set the right margin
  1604. using the {CONFIG, Word processing} sub-menu. A value of 00 turns word wrap
  1605. off and disables {EDIT, Format paragraph}.
  1606.  
  1607. \FORM\
  1608.  
  1609. {EDIT, Format paragraph} will format (or re-format) a paragraph between the
  1610. current left and right margins. Optionally, the paragraph will be right
  1611. justified if this is selected from the {CONFIG, Word processing} sub-menu.
  1612.  
  1613. After formatting, the cursor moves to the next paragraph. Therefore, you can
  1614. repeatedly select {EDIT, Format paragraph} to format one paragraph after
  1615. another.
  1616.  
  1617. REMEMBER:  Paragraphs must be separated from each other by a blank line.
  1618.  
  1619. \HZ\
  1620.  
  1621. The screen may be scrolled horizontally by pressing [SCROLL RIGHT] and
  1622. [SCROLL LEFT]. The status line indicates how far the screen has been
  1623. scrolled. The horizontal scrolling works in "increments", typically 20
  1624. columns. This increment can be changed with {CONFIG, Emulation, Horizontal
  1625. scroll increment}.
  1626.  
  1627. An optional maximum line length (with horizontal scrolling) can be set with
  1628. {CONFIG, Emulation, Horizontal scroll margin}. Lines longer than this margin
  1629. are wrapped to the next screen line. The leftmost screen column is then
  1630. reserved for the "Continuation character". A value of "79" forces long
  1631. lines to simply wrap on the screen with no horizontal scrolling.
  1632.  
  1633. \IC\
  1634. To enter control characters into the text first press [ENTER CTRL] (<Ctrl-P>)
  1635. and then type the desired control character such as <Esc>, <Ctrl-C>, etc.
  1636. Control characters are often needed in the text to control printer functions
  1637. such as font changes, underlining and overstrike. Control characters and
  1638. graphics characters can also be inserted using {MISC, ASCII table}.
  1639.  
  1640. To enter a "null" (value 00) press [ENTER CTRL] and then <Ctrl-2>.
  1641.  
  1642. Graphics characters (with value 128 - 255) can also be inserted using the
  1643. "ALT-Keypad" feature on the IBM PC keyboard. For example, to enter
  1644. the graphics character "╔" hold down the ALT key and type 201 on the keypad
  1645. (not the top row of keys) and release the ALT key.
  1646.  
  1647. If you use a sequence of control characters over and over again, you may want
  1648. to store it in a text register and then insert the text register when needed.
  1649.  
  1650. \CONV\
  1651. Several options are available for converting lower case letters to upper
  1652. case. They are controlled with {CONFIG, Program, Lower/upper case key
  1653. conversion}.
  1654.  
  1655. 0    No conversion is made
  1656.  
  1657. 1    All lower case letters are converted to upper case
  1658.  
  1659. 2    Only lower case letters to the left of the "conditional conversion
  1660.     character", typically ";" are converted to upper case. Useful for
  1661.     assembly language programming.
  1662.  
  1663. 3    To the left of the "conditional conversion character", lower case
  1664.     letters are converted to upper case and upper case letters are
  1665.     converted to lower case.
  1666.  
  1667. The "conditional conversion character" may be changed with {CONFIG, Program,
  1668. Conditional conversion character}.
  1669.  
  1670. \M1\ \M2\ \M3\ \M4\ \MOUSE\
  1671. MOUSE SUPPORT - Pull-down menus:
  1672. --------------------------------
  1673.  
  1674. To access the menu system, move the mouse to the status line and click the
  1675. left button. To access the "Escape" menu click the right button.
  1676.  
  1677. To navigate the menu system, hold down the left button. Sliding the mouse
  1678. along the top screen line displays each sub-menu. Sliding the mouse up/down
  1679. highlights each item or sub-sub-menu. Placing the mouse on an item and
  1680. releasing the left button selects the item.
  1681.  
  1682. To escape from the menu system, move the mouse off the menus (into the text)
  1683. and click the left button. This is the same action as [CANCEL].
  1684.  
  1685. Pressing both mouse buttons also performs a [CANCEL]. This is best done
  1686. by holding down the left button, clicking the right button and releasing the
  1687. left button.
  1688.  
  1689. Clicking the right button within the menu system accesses the on-line help.
  1690.  
  1691.  
  1692.  
  1693. Scroll Bars
  1694. -----------
  1695.  
  1696. Standard scroll bar functions are available through use of the left button.
  1697.  
  1698. The vertical scroll bar indicates your position with respect to the file. The
  1699. horizontal scroll bar indicates how much the screen is scrolled sideways with
  1700. respect to 1000 columns. (However, you can edit lines longer than 1000
  1701. characters; the scroll bar slider will remain in the rightmost position.)
  1702.  
  1703. Clicking an arrow scrolls in the indicated direction. Holding down the left
  1704. button scrolls continuously.
  1705.  
  1706. Clicking on the vertical scroll bar above or below the "slider" performs a
  1707. [PAGE UP] or [PAGE DOWN]. You can also drag the slider in order to quickly
  1708. jump to a relative position in the file. This may take some time in
  1709. multi-megabyte files, but will be nearly instantaneous in "browse" mode.
  1710.  
  1711. Clicking on the horizontal scroll bar to the left or right of the "slider"
  1712. performs a [SCROLL LEFT] or [SCROLL RIGHT] respectively (typically 20
  1713. columns). You can also drag the slider in order to quickly scroll the screen
  1714. sideways up to 1000 columns.
  1715.  
  1716. "Stealth" scroll bars and the right button
  1717. ------------------------------------------
  1718.  
  1719. The right button performs useful (and non-standard) mouse operations.
  1720.  
  1721. When scroll bars are enabled, the right button can also access them. When
  1722. scroll bars are disabled, the rightmost window column is considered a
  1723. "stealth" scroll bar, just as if it were visible. Similarly, the bottom window
  1724. line is the horizontal stealth scroll bar.
  1725.  
  1726. Clicking the right button on real or "stealth" arrows scrolls in the desired
  1727. direction. Clicking anywhere on a real or stealth scroll bar immediately jumps
  1728. to the relative position.
  1729.  
  1730. To make quick jumps within the file, move the mouse to the relative position
  1731. on the real/stealth vertical scroll bar and click the right button. (This may
  1732. take some time in multi-megabyte files!)
  1733.  
  1734. To [PAGE UP] move the mouse to the four rightmost columns of the top line, not
  1735. including the real/stealth scroll bar, and click the right button.
  1736.  
  1737. To [PAGE DOWN] move the mouse to the four rightmost columns of the bottom
  1738. line, not including the real/stealth scroll bar, and click the right button.
  1739.  
  1740. You can also [SCROLL UP] / [SCROLL DOWN] by moving the mouse anywhere in the
  1741. top/bottom half of the window, respectively, and holding the right button as
  1742. long as desired. Moving the mouse further to the right scrolls the screen
  1743. faster. THIS IS A VERY CONVENIENT WAY TO SCROLL AT VARYING SPEEDS.
  1744. 
  1745. In summary, the right button responds to these regions of the window:
  1746.  
  1747. ╒════════════════════════════════════════════════╕
  1748. │                        PgUp^│
  1749. │        Scroll Up            ▒│
  1750. │(Slow ....................................Fast)▒│
  1751. │                        ▒│
  1752. │                        ▒│
  1753. │                        ▒│
  1754. │                        ▒│
  1755. │                        ▒│
  1756. │        Scroll Down            ▒│
  1757. │                        PgDn▒│
  1758. │<▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒>v│
  1759. ╘════════════════════════════════════════════════╛
  1760.  
  1761. (Note the slight inconsistency in the lower right corner between "real"
  1762. and "stealth" scroll bars.)
  1763. 
  1764. Block Operation
  1765. ---------------
  1766.  
  1767. To move the editing cursor to the mouse position, click the left button.
  1768.  
  1769. To highlight a block of text, simply drag the mouse over the desired block
  1770. of text with the left button held down.
  1771.  
  1772. HINTS:  To highlight a small block, move the mouse to the desired 1st
  1773.     position. Press and hold the left button. Drag the mouse to the 2nd
  1774.     position - the highlighting will follow the mouse. Release the left
  1775.     button. This sets both block markers.
  1776.  
  1777.     To highlight a block larger than the screen, move the mouse to the
  1778.     desired 1st position. Press and hold the left button. Drag the mouse
  1779.     to another character and then back again to the original position.
  1780.     Release the left button; this only sets the 1st block marker. Then
  1781.     page to the desired 2nd position. Finish highlighting, by pressing,
  1782.     dragging and releasing the left button. Both block markers are now
  1783.     set.
  1784.  
  1785. To copy a block, first highlight the block, setting both markers. Move the
  1786. mouse to the position for inserting the block. While holding down the <Ctrl>
  1787. key, click the left button.
  1788.  
  1789. Moving a block is similar, except that you hold down the <Alt> key and click
  1790. the left button.
  1791.  
  1792.  
  1793. Search/Replace Options
  1794. ----------------------
  1795.  
  1796. The top line of the pop-up window for the Search/Replace functions reads
  1797. "Press ... for options". To access the search options move the mouse to this
  1798. top line and click the left button. You can then click on the desired
  1799. option(s). When all options are selected, move the mouse anywhere else in the
  1800. prompt window and click the right button.
  1801.  
  1802.  
  1803. Misc
  1804. ----
  1805.  
  1806. VEDIT's simple dialog boxes display selections in square brackets, i.e.
  1807. "[Y]es [N]o". You can answer these by moving the mouse to the selection
  1808. letter (or the bracket) and clicking the left button.
  1809.  
  1810. When normal prompts are on the screen, the left button acts identical to the
  1811. <Enter> key (when it is not on top of a selection). Therefore, the prompt
  1812. "Press any key to continue" is satisfied by moving the mouse anywhere in the
  1813. window containing the prompt and clicking the left button.
  1814.  
  1815. When prompts and menus are on the screen, the right button acts identical to
  1816. the [HELP] key and supplies context sensitive help.
  1817.  
  1818. Pressing both buttons together always performs a [CANCEL], cancelling any
  1819. current operation. During normal editing, this removes any block markers.
  1820.  
  1821. To make the mouse cursor invisible, move it to the top left hand corner of
  1822. the screen. This is useful when the mouse driver is loaded, but you don't
  1823. want to use the mouse. Or set {CONFIG, Misc, Mouse cursor} to "0".
  1824.  
  1825. {CONFIG, Misc, Mouse cursor} also controls the mouse cursor upon startup. "0"
  1826. leaves the mouse cursor off, effectively disabling mouse support. "1" starts
  1827. the mouse cursor in the top left hand corner where it remains "invisible"
  1828. until moved somewhere else. "2" starts the mouse cursor in the middle of the
  1829. screen.
  1830. \\
  1831.