@10 &START OF FILE Keystroke sequence: 10 ) Alternate keystrokes: 10 The cursor is moved to the first character in the file. @11 &END OF FILE Keystroke sequence: 11 ) Alternate keystrokes: 11 The cursor is moved past the last character in the file. @14 &TOP OF SCREEN Keystroke sequence: 14 ) Alternate keystrokes: 14 The cursor is moved to the first line in the window. @15 &BOTTOM OF SCREEN Keystroke sequence: 15 ) Alternate keystrokes: 15 The cursor is moved past the last line in the window. @16 &UP EQUAL INDENT Keystroke sequence: 16 ) Alternate keystrokes: 16 The cursor is moved to the first line prior to this one with the same indentation level. For example, if the current line is indented 5 characters, this command will move the cursor to the previous line which is indented 5 characters. @17 &DOWN EQUAL INDENT Keystroke sequence: 17 ) Alternate keystrokes: 17 The cursor is moved to the next line after this one with the same indentation level. For example, if the current line is indented 5 characters, this command will move the cursor to the next line which is indented 5 characters. @18 &GO TO LINE NUMBER Keystroke sequence: 18 ) Alternate keystrokes: 18 The cursor will be repositioned to the specified line number of the current window. A prompt box will request the target line number. Enter any number from 1 to 32767. If the value is preceded by a plus (+) or minus (-) sign, the target line number will be calculated relative to the current line. @19 &GO TO COLUMN NUMBER Keystroke sequence: 19 ) Alternate keystrokes: 19 The cursor will be repositioned to the specified column number of the current line. A prompt box will request the target column number. Enter any number from 1 to 999. If the value is preceded by a plus (+) or minus (-) sign, the target column number will be calculated relative to the current column. @20 &GO TO WINDOW Keystroke sequence: 20 ) Alternate keystrokes: 20 The cursor will be moved to the current position in another window on the screen. If only one window is available, nothing will happen. Otherwise a menu will appear, showing the available windows, and the files currently in each one. Select one of these choices by moving the selection bar or by pressing the number of the desired window. @22 &UNDO LAST DELETION Keystroke sequence: 22 ) Alternate keystrokes: 22 The line of text most recently deleted will be inserted into the current text stream at the cursor position. Note that this also applies to character or word deletions as well as complete lines of text. By default, 20 lines of deleted text are stored for possible undeletion. The undo limit can be adjusted via a Setup command under the Global file options. @23 &RESTORE LINE Keystroke sequence: 23 ) Alternate keystrokes: 23 The current line of text will be restored to its appearance just prior to when the cursor was moved onto the line. The cursor position will also be restored to the value when it entered the line. @34 &SEARCH FOR PATTERN Keystroke sequence: 34 ) Alternate keystrokes: 34 The current window will be searched to find a specified sequence of text. When the pattern is found, the cursor will be positioned at the beginning of the pattern, and the matched text highlighted until the next keystroke. A prompt box will allow entry of the text pattern and search options. Enter any text or control characters just as they would be typed in the body of the file. ] Search options control the behaviour of the search. The following options are available: U - ignore case (Upper-case) while searching ) B - search Backwards from the cursor ) position. ) W - search for whole Words only. ) G - search Globally, starting at the ) beginning of the file (or end, if ) searching backwards). ) L - search Locally (only within marked block). ) n - search for the nth occurrence of the ) string (n is an integer). ] Enter the following sequence of keystrokes to search for the end of each text line: . This sequence enters Carriage return/Line feed into the search pattern. Note that each pattern must be found within a single line. No match may span multiple lines. @35 &SEARCH AND REPLACE Keystroke sequence: 35 ) Alternate keystrokes: 35 The current window will be searched for a specified sequence of text. When the pattern is found, it will be replaced with another specified text sequence. A prompt box will allow entry of the search text, replacement text, and search options. Enter any text or control characters just as they would be typed in the body of the file. ] Search options control the behaviour of the search. The following options are available: U - ignore case (Upper-case) while searching ) B - search Backwards from the cursor ) position. ) W - search for whole Words only. ) G - search Globally, starting at the extreme ) end of the file. ) L - search Locally (only within marked block). ) N - do Not prompt for confirmation when the ) pattern is found. ) n - replace n occurrences of the string ) (n is an integer). ] If the N option is not specified, a prompt will occur each time the search pattern is found. This prompt will provide the following options: Y - replace this text and continue searching. ) N - do Not replace, but continue searching. ) A - replace this text and replace All others ) without prompting. ) Q - do not replace, and Quit searching. ] Enter the following sequence of keystrokes to search for the end of each text line: . This sequence enters Carriage return/Line feed into the search pattern. @36 &SEARCH AND USE MACRO Keystroke sequence: 36 ) Alternate keystrokes: 36 The current window will be searched for a specified sequence of text. When the pattern is found, the cursor will be positioned just past the end of the string, and a specified macro will be played back. ] A prompt box will allow entry of the search text, macro selection, and search options. Enter any text or control characters just as they would be typed in the body of the file. The macro must have been defined prior to using the search and apply macro command. ] Search options control the behaviour of the search. The following options are available: U - ignore case (Upper-case) while searching ) B - search Backwards from the cursor ) position. ) W - search for whole Words only. ) G - search Globally, starting at the extreme ) end of the file. ) L - search Locally (only within marked block). ) N - do Not prompt for confirmation when the ) pattern is found. ) n - apply macro for n occurrences of the ) search string (n is an integer). ] If the N option is not specified, a prompt will occur each time the search pattern is found. This prompt will provide the following options: Y - apply macro and continue searching. ) N - do Not apply macro, but continue searching. ) A - apply macro and apply at All matches ) without prompting. ) Q - do not apply macro, and Quit searching. ] Enter the following sequence of keystrokes to search for the end of each text line: . This sequence enters Carriage return/Line feed into the search pattern. @37 &SEARCH AGAIN Keystroke sequence: 37 ) Alternate keystrokes: 37 The previous search operation will be repeated. This will repeat a plain search, a search and replace, or a search and apply macro command. @38 &OPERATING SYSTEM Keystroke sequence: 38 ) Alternate keystrokes: 38 Any DOS command or program may be executed. A prompt box will ask for the name of the command or program to run. Entering an empty line at the prompt box will cause a DOS shell to be invoked. You may execute any sequence of DOS commands from the shell, and finally return to the editor by typing Exit. ] The DOS shell requires that a copy of COMMAND.COM be present in the normal drive and directory assigned by DOS. Sufficient random-access memory must be available for the shell and any command that you specify. Do not execute any program that becomes memory resident while within the DOS shell. @39 &BACKWARD TAB Keystroke sequence: 39 ) Alternate keystrokes: 39 The cursor will be moved to the next tab left of the current position. This command is available only in fixed tab mode. @40 &EDIT ANOTHER FILE Keystroke sequence: 40 ) Alternate keystrokes: 40 The current window will be cleared, and a prompt box will ask for the name of another file to edit. If the current window already holds a file that has been modified, you will be given the opportunity to save it. ] When prompted for a file name, you may enter DOS wildcards or the name of another drive or subdirectory. In this case, another window will display the names of all matching files. You can select from this list by using the cursor keypad, or by pressing the first letter of the filename in which you are interested. By entering an empty line for the file name, you can edit a file without specifying a name for it. A name can be specified later when you want to write it out to disk. @41 &QUIT AND EXIT Keystroke sequence: 41 ) Alternate keystrokes: 41 The editing session will end and you will return to DOS. If any windows have been modified, prompt boxes will appear and you will be given the opportunity to save each modified file. If you type  at any of the prompt boxes, the QUIT and EXIT command will be interrupted and you will return to the current text window. @42 &READ BLOCK FROM FILE Keystroke sequence: 42 ) Alternate keystrokes: 42 A prompt box will ask for the name of a file to read. This file will be read into the current window, starting at the current cursor position. The newly read text will be marked as a block. ] When prompted for a file name, you may enter DOS wildcards or the name of another drive or subdirectory. In this case, another window will display the names of all matching files. You can select from this list by using the cursor keypad, or by pressing the first letter of the filename in which you are interested. @43 &SAVE AND CONTINUE EDIT Keystroke sequence: 43 ) Alternate keystrokes: 43 The contents of the current window will be saved to disk, using a file name the same as when the file was first read. If the file has not been named, a prompt box will ask for a new name. If the disk file already exists, a backup copy will be made before overwriting the existing version. The cursor will remain in place after the file is written to disk. @44 &WRITE BLOCK TO FILE Keystroke sequence: 44 ) Alternate keystrokes: 44 The currently marked block will be written to a disk file. If no block is marked, an error message will be produced. If the disk file already exists, you will be given the choice of overwriting it or appending to it. @45 &SAVE AND EXIT Keystroke sequence: 45 ) Alternate keystrokes: 45 The editing session will end and you will return to DOS. If any windows have been modified, they will be saved. If any file does not have a name you will be prompted to enter a name. If you type  at any of the prompt boxes, the SAVE AND EXIT command will be interrupted and you will return to the current text window. @46 &FILE OPEN Keystroke sequence: 46 ) Alternate keystrokes: 46 A prompt box will ask for the name of a new file to read. If another file is already being edited, the current window will be split in half, and the new file will be read into the new window. By specifying a file name that matches an existing window, you may look at two regions of the same file. Changes made in one window will affect all other windows which contain the same file. ] When prompted for a file name, you may enter DOS wildcards or the name of another drive or subdirectory. In this case, another window will display the names of all matching files. You can select from this list by using the cursor keypad, or by pressing the first letter of the filename in which you are interested. By entering an empty line for the file name, you can edit a file without specifying a name for it. A name can be specified later when you want to write it out to disk. @47 &RESIZE WINDOW Keystroke sequence: 47 ) Alternate keystrokes: 47 Use this command to change the height of the current window. The up and down arrow keys will move the window dividing lines. Press  when the window has the desired size. @48 &SAVE/SWITCH FILES Keystroke sequence: 48 ) Alternate keystrokes: 48 The file in the current window will be stored to disk. A prompt box will then ask for the name of another file to edit. The new file will be read into the current window. All window sizes will remain the same. ] When prompted for a file name, you may enter DOS wildcards or the name of another drive or subdirectory. In this case, another window will display the names of all matching files. You can select from this list by using the cursor keypad, or by pressing the first letter of the filename in which you are interested. By entering an empty line for the file name, you can edit a file without specifying a name for it. A name can be specified later when you want to write it out to disk. @49 &NEXT WINDOW Keystroke sequence: 49 ) Alternate keystrokes: 49 The cursor will be moved to the current position in the next window down on the screen. If the cursor is already in the lowest window, it will move to the topmost window. If there is only one window, nothing will happen. @51 &ZOOM WINDOW Keystroke sequence: 51 ) Alternate keystrokes: 51 The current window will grow to fill the screen. Other text windows are kept in memory, but are not visible until zoom is toggled off. The Next window and Previous window commands will bring each window to the forefront in succession. Text markers and blocks may be accessed as usual in the hidden windows. The only exception is block delete: a block will not be deleted from a hidden window. ] When zoom is active, a letter Z will appear at the left edge of the window status line. Toggling the zoom command again will make all windows visible. @52 &BLOCK BEGIN Keystroke sequence: 52 ) Alternate keystrokes: 52 The cursor position will become the start of a marked block. @53 &BLOCK END Keystroke sequence: 53 ) Alternate keystrokes: 53 The cursor position will become the end of a marked block. @54 &START OF BLOCK Keystroke sequence: 54 ) Alternate keystrokes: 54 The cursor will be moved to the start of the current block, whether it is visible or not. @55 &END OF BLOCK Keystroke sequence: 55 ) Alternate keystrokes: 55 The cursor will be moved to the end of the marked block, whether it is visible or not. @56 &BLOCK COPY Keystroke sequence: 56 ) Alternate keystrokes: 56 A copy of the marked block will be inserted at the current cursor position. @57 &BLOCK MOVE Keystroke sequence: 57 ) Alternate keystrokes: 57 The marked block will be removed from its current location and inserted at the current cursor position. @58 &BLOCK DELETE Keystroke sequence: 58 ) Alternate keystrokes: 58 The marked block will be deleted from the text stream. If the block spans more than one line, the deleted lines may be recovered via the Undelete command. @59 &HIDE BLOCK Keystroke sequence: 59 ) Alternate keystrokes: 59 The on-screen highlighting of the marked block is toggled on or off. Blocks can be copied, moved, or deleted only when the block is visibly marked. Movement to block start or end is possible even when the block is not visible. @82 &LOAD MACROS FROM DISK Keystroke sequence: 82 ) Alternate keystrokes: 82 A previously stored file of Word Fugue keyboard macros is loaded into memory. The macro file is a binary file in a special format used by Word Fugue. Macros may be recorded, edited, and stored to disk from within Word Fugue. Each macro file contains 37 macros, each of which may hold up to 255 keystrokes. Word Fugue automatically loads the macro file WF.MAC, if found, when the program is started. @83 &STORE MACROS TO DISK Keystroke sequence: 83 ) Alternate keystrokes: 83 The current set of Word Fugue keyboard macros is written to a disk file. A prompt box will ask for a file name. The macro file is a binary file in a special format used by Word Fugue. Macros may be recorded, edited, and stored to disk from within Word Fugue. Each macro file contains 37 macros, each of which may hold up to 255 keystrokes. Word Fugue automatically loads the macro file WF.MAC, if found, when the program is started. @84 &TOGGLE MACRO RECORD Keystroke sequence: 84 ) Alternate keystrokes: 84 Any keystrokes entered after this command is activated are stored within a keyboard macro, which may be edited and later played back within Word Fugue. To stop macro recording, enter this command a second time. A prompt box will ask for which of the 37 macros should store the newly recorded one, and for a descriptive name for the macro. Each macro can hold up to 255 keystrokes. Macros can play back other macros. Macros are played back by pressing one of the installed keystroke combinations, or by choosing the Word Fugue Macro Playback option from the menu system. @95 &PLAY BACK MACRO Keystroke sequence: 95 ) Alternate keystrokes: 95 ) This command allows you to replay a macro simply by pressing the activation character 0..9 and A..Z without having to go through the macro replay menu. Lowercase letters count as uppercase letters. ) )Press the replay macro command sequence followed by the number or letter. The macro will be replayed. @96 &PLAYBACK MACRO PROMPTED This command will play back a previously recorded macro. A menu showing the name of all macros will appear; you should choose the one desired, either by moving the high light bar, or by typing in the number corresponding to the macro. The following screen gives shortcut commands which allow you to playback macros without using the menu system. ] The following commands will playback a macro without using the menu system: )Macro 1 Main: 85 Alternate: 85 )Macro 2 Main: 86 Alternate: 86 )Macro 3 Main: 87 Alternate: 87 )Macro 4 Main: 88 Alternate: 88 )Macro 5 Main: 89 Alternate: 89 )Macro 6 Main: 90 Alternate: 90 )Macro 7 Main: 91 Alternate: 91 )Macro 8 Main: 92 Alternate: 92 )Macro 9 Main: 93 Alternate: 93 )Any Macro 0..9 A..Z Main: 95 Alternate: 95 followed by number or letter )Any Macro n times Main: 94 Alternate: 94 ) You will be prompted for macro and number of times ] The connection between macros and activation characters is quite simple - the first 10 macros are named 0 to 9, the next 26 are named A to Z. @97 &EDIT CURRENT FILE DESCRIPTION Keystroke sequence: 97 ) Alternate keystrokes: 97 Use this command to add or edit the descriptive comment attached to the file you are editing. File descriptions are stored in one of 2 formats (you can toggle between them) - Word Fugue's proprietary format (stored in FILEINFO.WF) and that supported by 4Dos - the shareware COMMAND.COM replacement (stored in DESCRIPT.ION). If you have 4Dos and use the Describe command, then you should probably store file descriptions in 4Dos format. That gives you up to 40 characters of description. The word Fugue format gives you up to 65 characters. This option can be saved with the Save options command. @98 &PACK DESCRIPTION FILE Keystroke sequence: 98 ) Alternate keystrokes: 98 Use this command to remove descriptions of files that are no longer in the directory, or which have blank comments. )Comments are stored in a file called FILEINFO.WF @99 &SET DOT COMMAND PREFIX Keystroke sequence: 99 ) Alternate keystrokes: 99 By default, all printer commands are prefixed by a dot (.) in column 1. This is the wordstar standard. However, this may interfere with some of your files, and so this command allows you to set it to be any special character. For example, you could use an @, or perhaps a |, or any character that is not a letter of the alphabet or a number. Note that if you change this (say to |) then all embedded print functions will also change (eg from {.@D8} to {|@D8}) @100 &PASTE RESULT Keystroke sequence: 100 ) Alternate keystrokes: 100 This function is used to paste various function results into the text file you are editing. ) ) = - pastes the result of the last calculation ) # - pastes the actual equation used ) @ - prompts for a print function to evaluate, ) and pastes the result of that evaluation ) R - Loads the stored ruler file WF.RLR and lets you ) select a ruler to paste into your document ) M - Prompts for the name of a new macro file, and ) allows you to select one to replay. Once the ) macro has been replayed, the original macro ) file is reloaded ) X0 to X9 - copies the marked block into the pick ) buffer #0 to #9 ) 0 to 9 - pastes the contents of pick buffer #0 to ) #9 into the document at the cursor location @101 &CALCULATOR Keystroke sequence: 101 ) Alternate keystrokes: 101 This function pops up a calculation window, and permits you to enter mathematical equations, and calculates the result when you press Enter. A list of available functions is given in the window. Equations are entered in normal mathematical fashion, including brackets: ) SQRT(PI + exp(1.734502))-sin(50) ) or 144+84+88+35+69 ) )Decimal values should start with 0. rather than ., since the calculator will beep if it finds an error. Sometimes an error message will appear, when the calculator detects situations like dividing by zero, or a floating point overflow. This last occurs when you exceed the bounds of the calculable values. The range of values is ñ 1*E1400 (which is quite large) and is calculated to 19 significant digits. If you have an 8087 maths co-processor, the calculator will use that, otherwise it will emulate it. (Same accuracy, only slower). @102 &COLUMN REPLACE Keystroke sequence: 102 ) Alternate keystrokes: 102 Column replace mode only has meaning in conjunction with Column Mode being ON. When Column Replace Mode is ON moved and copied blocks will overwrite any text in the area they are copied to, and delete and move will space fill the deleted text. When Column Replace mode is OFF, moved and copied blocks will push existing text to the right, and delete and move will suck text left to fill the hole left by the deleted text. @103 &COLUMN MODE Keystroke sequence: 103 ) Alternate keystrokes: 103 Column mode determines whether blocks of text continue at the start of the next line, or continue at the same column number in the line below. When column mode is off, all text between the start block marker and the end block marker is moved/copied/deleted. If Column Mode is ON, the start marker is considered to mark the top left corner of a rectangular block, while the end marker is considered to mark the bottom right corner. If the Block end column is less than the block start column, no block will be visible. If Column Mode is ON, the status line will show either Tbl I if Column Replace is OFF, or Tbl R if Column Replace is ON. If word wrap is on, columns of text can be delineated by use of < and > or ] in the ruler line. In this case, columns of text will wrap independently of other columns, paragraph reformat will only reformat text within the column boundaries, text will only insert within the column (other columns will not be displaced), and delete character and delete word will only delete within column boundaries. @104 &GET INFORMATION Keystroke sequence: 104 ) Alternate keystrokes: 104 Various facts about Word Fugue and the current file are displayed. Information shown includes the complete path name of the current file; its size in bytes, words, lines, and pages; whether it has been modified since last disk save; the time and date; available RAM and disk space; the current directory; and the DOS and Word Fugue version numbers. Some of the statistics that Word Fugue presents take a while to compute. By pressing any key while the Get Info window is being updated, you can "short-circuit" the computation of some items. @106 &TOGGLE INSERT MODE Keystroke sequence: 106 ) Alternate keystrokes: 106 When insert mode is active, newly typed text is inserted into the current text line, pushing characters to the right of the cursor aside to make room. When insert mode is off, newly typed text overwrites existing text. Many commands, such as block copy and insert line, operate in insert mode independent of the setting of this toggle. @107 &TOGGLE AUTOINDENT MODE Keystroke sequence: 107 ) Alternate keystrokes: 107 When autoindent mode is active and the  key is pressed, the new line of text will be indented the same number of spaces as the line immediately above it. The setting of this toggle also affects the operation of the paragraph reformatting command. @108 &TOGGLE CASE Keystroke sequence: 108 ) Alternate keystrokes: 108 The case of the character at the cursor location will be toggled from upper to lower, or from lower to upper. If a block is marked and visible, and the cursor is anywhere within the marked block, the command will toggle the case of the entire block. @109 &LOWER CASE Keystroke sequence: 109 ) Alternate keystrokes: 109 The case of the character at the cursor location will be set to lower-case. If a block is marked and visible, and the cursor is anywhere within the marked block, the command will change the case of the entire block. @110 &UPPER CASE Keystroke sequence: 110 ) Alternate keystrokes: 110 The case of the character at the cursor location will be set to upper-case. If a block is marked and visible, and the cursor is somewhere within the marked block, the command will change the case of the entire block. @111 &SET RIGHT MARGIN Keystroke sequence: 111 ) Alternate keystrokes: 111 A prompt box will ask for a new value for the right margin. Entering an empty prompt string will set the right margin to the current cursor column. The right margin is used only when Word Wrap mode is active. When that is so, text entered in a column beyond the right margin will automatically be wrapped to the next line. Paragraph formatting will move words so that lines are as full as possible within, but not exceeding, the right margin. @112 &FORMAT PARAGRAPH Keystroke sequence: 112 ) Alternate keystrokes: 112 Format paragraph is available only when Word Wrap mode is active. Paragraph reformatting will move words so that lines are as full as possible within, but not exceeding, the current left and right margins. If Justify mode is active, the lines will also be evenly filled with spaces so that the rightmost word ends on the right margin. The paragraph reformat is terminated when a blank line, or a line beginning with a format character (.), is reached. @113 &TOGGLE WORD WRAP Keystroke sequence: 113 ) Alternate keystrokes: 113 When Word Wrap mode is active, paragraph reformatting and automatic word wrap are available. Otherwise, left and right margin settings are ignored, and text may be entered in any column up to the maximum line length. @114 &SET LEFT MARGIN Keystroke sequence: 114 ) Alternate keystrokes: 114 A prompt box will ask for a new value for the left margin. Entering an empty prompt string will set the left margin to the current cursor column. When Word Wrap mode is active, the left margin controls the leftmost position where text may be entered. The left margin also controls the operation of the paragraph formatting command. The left and right margins can be made visible by toggling the Tab Line Display. Print formatting commands require that the format character (.) be located in column 1 even if the left margin is set to a number greater than one. To achieve this, enter the format command starting at the left margin, move the cursor to column 1 with the Left of Line command, and delete the intervening spaces via Delete Word. Alternatively, activate the Margin Release command while the format command is entered. @115 &DISPLAY TABS Keystroke sequence: 115 ) Alternate keystrokes: 115 Toggling Display Tabs ON reserves one line of the current window for display of tab settings and margins. The tabs and margins can be active whether or not the tab line is visible. @116 &INSERT UNDO BUFFER Keystroke sequence: 116 ) Alternate keystrokes: 116 The entire contents of the undo buffer are inserted into the current text stream, prior to the current line. This empties the undo buffer, that is, the operation can be used only once for any set of deletions. @117 &TOGGLE JUSTIFY Keystroke sequence: 117 ) Alternate keystrokes: 117 When Justify is active, word wrap and paragraph reformat operations will cause each line to be filled in with spaces such that the rightmost non-blank character is exactly on the right margin. ] By toggling Justify off, and reformatting lines or paragraphs, the additional blanks will be automatically removed from the text. Note that blanks manually inserted (via the Tab command, etc.) will also be removed, unless the Compress Wrap mode is turned off. Word Fugue does not differentiate between "soft" blanks added during justification and "hard" blanks manually entered. However, the character  may be used in place of a normal blank when non-changing spaces are desired. The  will be printed as a normal space. To enter a  in the text stream, press 25. @118 &TOGGLE PAGE BREAKS Keystroke sequence: 118 ) Alternate keystrokes: 118 When pagination is activated, the right two columns of the text window will be devoted to showing page breaks. The characters žø in those columns indicate that the corresponding line is the first printing text line on its page. In addition, the status line for the window will indicate what page number the cursor is on. The Jump to Page command is available only when pagination is activated. ] Word Fugue calculates page numbers while it is waiting for you to enter keystrokes. As a result, if you enter new text it may take a short period of time before the page break markers are redrawn at their new positions. Although the page breaks displayed on screen correspond to those in a print-out of the document, Word Fugue does not store any special characters in the disk file. Page breaks are recomputed each time the file is read into Word Fugue. Pagination can be precisely controlled via the formatting commands. See the help section for File Print Formatting. @119 &TOGGLE FONT DISPLAY Keystroke sequence: 119 ) Alternate keystrokes: 119 When Font Display is enabled, print formatting commands that control font selections will not be displayed on-screen. Instead the marked text will be displayed in a colour or attribute corresponding to the font. This "what you see is what you get" mode allows more accurate alignment of tables, and avoids multiple print cycles to correct formatting commands. The screen colours for each font may be adjusted on the Options Colours menu. When font display is enabled, the control characters that select the fonts are not visible. However, the cursor can be positioned over the control character, and it can be deleted if desired. The Word Fugue hardware cursor grows to a large block when it is positioned over the control character. The value of the control character will be displayed at the right hand edge of the window status line when the cursor is positioned over it. Word Fugue computes the display of on-screen fonts while it is waiting for you to enter keystrokes. As a result, if you enter new text it may take a short period of time before control characters disappear and fonts are drawn in their final colours. @120 &CENTRE LINE Keystroke sequence: 120 ) Alternate keystrokes: 120 The current line will be centred between the left and right margins. This command is active only when Word Wrap mode is on. If both Word Wrap and Column Mode are on, the text within the current column will be centred within the column boundaries. @121 &SET COLOURS Keystroke sequence: 121 ) Alternate keystrokes: 121 All of the editor colours can be customised to your liking. Independent colour settings are available for normal text, block marked text, window status lines, the prompt line at the top of the screen, text in menus and prompt boxes, menu frames, the highlighted character by which each menu item may be selected, the currently selected menu item, the block cursor (when active), and the seven most common fonts. ] The colours that you select are saved with Word Fugue when you execute the Options Save setup command. @122 &SAVE SETUP Keystroke sequence: 122 ) Alternate keystrokes: 122 The toggles, settings, colours, and options are stored as Word Fugue defaults when this command is executed. WF.EXE must be present in the default directory or in the installed home directory. @123 &PRINT FILE Keystroke sequence: 123 ) Alternate keystrokes: 123 Any text file can be printed from within Word Fugue. Files formatted with Word Fugue's page layout commands and font controls will print with multiple fonts, headers, footers, and page breaks. Do not press  on the first menu selection, Print file now, until the other items in the box have been set to your satisfaction. Selecting the first item starts the print job. After you select the second menu item, Name of file, a prompt box will request entry of the name of the file to print. When prompted for a file name, you may enter DOS wildcards or the name of another drive or subdirectory. In this case, another window will display the names of all matching files. You can select from this list by using the cursor keypad, or by pressing the first letter of the filename in which you are interested. If you wish to print a file that is currently loaded in memory, be sure to save any recent changes to disk before trying to print it. If you attempt to print a file that has unsaved changes, Word Fugue will prompt you to save the file first. You can save the file at that point, but if you elect not to, then you will not be able to print the file until you DO save it. Set Auto formatting OFF if you wish to have Word Fugue ignore formatting commands (. commands) in your text. In this case, text will print continuously with no form feeds or page breaks. Control codes embedded in the text will be written to the output without interpretation. By default, Word Fugue prints all pages of the document. You can set starting and stopping pages if desired. If you prefer, you can select Odd or Even Pages to print ODD pages only or EVEN pages only to facilitate printing on both sides of the page. Print all odd pages first, then place the paper back upside down and print all even pages. If you need to make more than one copy, you can select up to 20 Copies. You can also change how far from the left edge of the page the text prints. Select the Text Offset option to specify the number of characters to skip from the loft edge of the page. Note that if you are printing wide lines, you should be careful not to move the text too far to the right, or some characters will disappear off the right hand edge of the paper! If you are a writer who must submit articles double spaced, you can select the spacing from the print menu. Select Initial Line Spacing, and type in the multiple of normal spacing (6 lines per inch) that you require. For Double spacing, type in 2.0, for one and a half spacing type in 1.5. For 8 lines per inch you would type in 0.75. You will also be asked for the units that your printer uses. If you do not know, press enter to accept the value given. Select from any of the available printer definition files (default extension .PDF) to find one that is appropriate for your printer. You can change to another file and use Options Save setup to regularly use that file. If your printer allows it, you can select Quality of Print as Letter Quality for a higher quality of print. The codes for letter quality and default quality are stored in the printer definition files. You can also choose between sending the printed output to LPT1, LPT2, LPT3, COM1, COM2, PRN or to a file. LPTn and COMn refer to the computer port where your printer is attached. If the printer is attached to a serial port, you would select either COM1 or 2, while if it is attached to a parallel port you would select LPT1, 2 or 3. If you are printing on a network, you may find that when you print, nothing is printed until you exit Word Fugue. If this is the case, you should select PRN. Your choice will be saved with Word Fugue when you Save Setup. When output is printed to a file, all control codes are written out just as when they are printed. In this case, you must also specify the name of the output file using the prompt window. There are 2 special PDFs (Printer Definition Files) included with Word Fugue for use with printing to a spool file. They are PREVIEW.PDF and ASCII.PDF. You would use PREVIEW if you want to be able to see how your work will print without actually doing a print run. You would use this PDF to print to a file, and then browse the file to see how each page is laid out. The ASCII pdf is used for producing an ascii file that corresponds to a printed document, but without any font changes or underlining. This is very useful if you want to issue some documentation on disk. Set Manual paper feed ON if you wish to have Word Fugue prompt you to insert a new sheet of paper after each page. This choice is also stored as part of the printer definition file for your selected printer. Set Use formfeeds ON if your printer accepts ASCII character #12 to eject each page. Otherwise, Word Fugue will fill out the end of each page with blank lines. After making all selections, move the menu bar to the Print file now item and press . If you decide not to print, just press . Printing occurs as a background task. You can continue editing with minimal loss of performance while the print job continues. To stop a print job at any time, execute the Print File command sequence. Word Fugue will confirm whether you want to stop the print job. ] &PRINTER DEFINITIONS You can edit and store printer definitions from within Word Fugue, using the File Print menu. Select a printer definition file (default extension .PDF) using the Which printer menu item. Word Fugue will load this printer file into memory. Any of the command sequences that control various printer fonts can be edited using the Edit printer codes menu selection. Each font is associated with two strings - one to turn the font ON, and another to turn it OFF. The sequences are activated by control characters embedded in the text. These characters can be inserted either by the special font characters (look in help under Text Attributes) or by pressing the Control character insertion command (25 or 25) followed by the letter corresponding to the control character. The relationship between the order of the sequences in the file and the codes needed to activate them are as follows: )Initialisation - sent to printer before file is printed )Reset - sent to printer after file is printed ) these others are sent when a control character is encountered - the ON sequence is sent the first time, and the OFF sequence is sent the second time. (then back to ON ...) ) )^B On & Off - usually bold )^D On & Off - usually double strike )^S On & Off - usually underline )^T On & Off - usually superscript )^V On & Off - usually subscript )^A On & Off - usually compressed )^Y On & Off - usually italics )^C On & Off )^E On & Off )^F On & Off )^G On & Off )^N On & Off )^O On & Off )^P On & Off )^Q On & Off )^R On & Off )^U On & Off )^W On & Off )^X On & Off The linkage between the control character encountered in the text and the sequence used is positional as detailed above. Feel free to define your own meanings for these sequences, but we advise you to include the activation character and the words ON or OFF in the name, so that you do not forget what they are. Word Fugue predefines the names of each sequence, so should you delete the name of a sequence, word Fugue will show the predefined name. When you choose a sequence to edit, it appears in another window. It can be edited using the cursor keys, and the  or  keys. Most characters you type will be inserted literally into the string.  will delete the existing string.  will end the session in the string editor. In case you need to enter any of these special keys as part of the control string, press the  key to enter Literal mode. In this mode, all keystrokes will be inserted into the string without further interpretation. The printer definition currently held in memory can be stored to a disk file using the Save printer setup menu item. Word Fugue stores the printer command sequences for all fonts, as well as the default settings for manual paper feed and formfeeds, when you save the setup. Word Fugue will prompt for a file name when you decide to store the current definition. The default extension for printer definitions is .PDF. @124 &FLUSH UNDO BUFFER Keystroke sequence: 124 ) Alternate keystrokes: 124 The contents of the undo buffer will be deleted, freeing up whatever memory is being used. This command is useful in combination with the Insert Undo Buffer command. @125 &TOGGLE MAKE BACKUP Keystroke sequence: 125 ) Alternate keystrokes: 125 When this is ON the old version of the file (before editing) is saved with the extension of .BAK ) )When this is OFF the old version is not saved. @126 &TOGGLE CONTINUOUS REFORMAT Keystroke sequence: 126 ) Alternate keystrokes: 126 When this is ON and word wrap is set, the current paragraph is reformatted as you edit it. If you press any key, reformatting stops until you pause. The pause is about a second, and in most cases, the paragraph can be reformatted before you continue typing. When this is OFF paragraphs are not reformatted unless you use the Reformat Paragraph command (112 or 112) Refer to this command for further information. @127 &ACTIVE DIRECTORY Keystroke sequence: 127 ) Alternate keystrokes: 127 The current default drive or directory may be changed using this command. Entering wildcards will cause a directory window to appear showing possible choices. Files previously opened in other directories will be properly accessed even after the active directory is changed. @128 &FILE DIRECTORY Keystroke sequence: 128 ) Alternate keystrokes: 128 Use this command to browse through a file directory. Use standard DOS pathname and wildcard notation to specify a file mask for the directory. You can press F1 to add or edit a description line attached to the highlighted line. @129 &GO TO PAGE NUMBER Keystroke sequence: 129 ) Alternate keystrokes: 129 The cursor will be repositioned to the first line of the specified page of the current window. This command is available only when pagination is active for the window. A prompt box will request the target page number. Enter any positive integer value. If the value is preceded by a plus (+) or minus (-) sign, the target page number will be calculated relative to the current page. @130 &SET TOP MARGIN Keystroke sequence: 130 ) Alternate keystrokes: 130 This specifies the number of lines to leave blank at the top of each page during printing or pagination of the file in the current window. The top margin is a default value that will be overridden by Word Fugue format (.) commands embedded in the text. The value you specify in the prompt box is not stored in the document file. It is a default value that exists only while the file is being edited. @131 &SET BOTTOM MARGIN Keystroke sequence: 131 ) Alternate keystrokes: 131 This specifies the number of lines to leave blank at the bottom of each page during printing or pagination of the file in the current window. The bottom margin is a default value that will be overridden by Word Fugue format (.) commands embedded in the text. The value you specify in the prompt box is not stored in the document file. It is a default value that exists only while the file is being edited. @132 &SET PAGE LENGTH Keystroke sequence: 132 ) Alternate keystrokes: 132 This specifies the total number of lines on each page during printing or pagination of the file in the current window. The page length is a default value that will be overridden by Word Fugue format (.) commands embedded in the text. The value you specify in the prompt box is not stored in the document file. It is a default value that exists only while the file is being edited. @133 &SET UNDO LIMIT Keystroke sequence: 133 ) Alternate keystrokes: 133 This specifies the maximum number of lines of deleted text that will be stored in the Undo buffer. If Undo limit is 10, and you delete 15 lines, the first five lines deleted will be lost. Whenever lines are Undeleted, that space is recovered for the undo buffer to reuse. @134 &TOGGLE TAB EXPANSION Keystroke sequence: 134 ) Alternate keystrokes: 134 When tab expansion is ON, any tabs encountered upon read-in of a file are expanded into spaces, using a tab spacing that you specify. If tab expansion is OFF, Word Fugue leaves the tabs intact. However, Word Fugue does not expand tabs as it displays them, so these will be displayed on the screen as I. @135 &SET FILE EXTENSION Keystroke sequence: 135 ) Alternate keystrokes: 135 If you edit many files with the same extension, such as .DOC, you should enter that value for the default extension. Word Fugue will automatically supply the default extension whenever you respond to a filename prompt without entering an extension. The extension you enter should not include a period or any DOS wildcards, and is limited to three characters. @136 &SET TABS Keystroke sequence: 136 ) Alternate keystrokes: 136 The tab settings will be initialised based on the contents of the current line of text. The start of each blank-delimited word will set a tab at that column. Any other tabs will be cleared. By using this command in concert with the Put Tabs command, you can store a custom tab line as part of a document and easily use it later. You can return to the default evenly spaced tabs by activating the Options Tabs Restore even menu selections. @137 &SET TAB SIZE Keystroke sequence: 137 ) Alternate keystrokes: 137 By default, a tab is placed after every eight columns of text. This tab size is also used when files containing tabs are read into Word Fugue. Change the tab size and use the Restore even command to initialise a different set of regularly spaced tabs. @138 &PUT TABS Keystroke sequence: 138 ) Alternate keystrokes: 138 The tab settings are stored into the current window as a formatted text line. The line begins with the Word Fugue formatting character (.), and will be ignored during printing. Use this command in concert with the Set tabs command to store a custom tab line as part of a document for later use. @139 &EDIT TABS Keystroke sequence: 139 ) Alternate keystrokes: 139 Tab positions can be interactively edited using this command. The cursor will be moved to the current window's tab line display. Use the cursor keys or the tab key to move along the tab line. Pressing the space bar will toggle a tab setting on or off, pressing the  key will add a tab, pressing the  key will delete a tab at the cursor position. Press  when editing is complete, or  to undo any changes made. @140 &SET TEMPORARY MARGIN Keystroke sequence: 140 ) Alternate keystrokes: 140 The current left margin will be moved to the right by one tab stop. This is useful in making indented lists. The temporary margin will remain in force until you leave the current paragraph. The temporary margin is indicated by a right pointing arrow on the window tab display. @141 &FORMAT BLOCK Keystroke sequence: 141 ) Alternate keystrokes: 141 Paragraph formatting will be applied to all lines of text in the currently marked block. The block must be highlighted, and the cursor must be somewhere within the block, or an error message will be produced. @142 &FILE CLOSE Keystroke sequence: 142 ) Alternate keystrokes: 142 The current text window will be cleared. If it has been modified since being saved to disk, you will be given the opportunity to save it. The window will then be closed. If the window is the only one on the screen, you will return to the Word Fugue menu system. @143 &SET MARKER This command stores a record of the current cursor position to which you can easily return later. Word Fugue supports up to ten text markers, which are labelled with the numbers 0-9 when they are placed in the text. Shortcut commands for using each of the ten markers are presented on a following screen. The text marker display writes over the character where it is placed. It does not affect the actual text, but merely hides it. ] When a marker is set from the menu system, another menu will appear showing which markers are already in use. Redefining an existing marker erases the previously stored position. Defining a marker at the same position where it is currently located has the effect of erasing it. The following screen provides shortcut keystrokes for setting text markers without using menus. ] The following commands will set any of the markers without using a menu. )Marker 0 Main: 62 Alternate: 62 )Marker 1 Main: 63 Alternate: 63 )Marker 2 Main: 64 Alternate: 64 )Marker 3 Main: 65 Alternate: 65 )Marker 4 Main: 66 Alternate: 66 )Marker 5 Main: 67 Alternate: 67 )Marker 6 Main: 68 Alternate: 68 )Marker 7 Main: 69 Alternate: 69 )Marker 8 Main: 70 Alternate: 70 )Marker 9 Main: 71 Alternate: 71 @144 &JUMP TO MARKER This command moves the cursor to the position of a previously stored text marker. If the marker has not been set, an error will occur. Word Fugue supports up to ten text markers, which are labelled with the numbers 0-9 when they are placed in the text. When you jump to a marker from the menu system, another menu will appear showing which markers have previously been set. The following screen provides shortcut keystrokes for jumping to text markers without using menus. ] The following commands will jump to any of the markers without using a menu. )Marker 0 Main: 72 Alternate: 72 )Marker 1 Main: 73 Alternate: 73 )Marker 2 Main: 74 Alternate: 74 )Marker 3 Main: 75 Alternate: 75 )Marker 4 Main: 77 Alternate: 77 )Marker 5 Main: 77 Alternate: 77 )Marker 6 Main: 78 Alternate: 78 )Marker 7 Main: 79 Alternate: 79 )Marker 8 Main: 80 Alternate: 80 )Marker 9 Main: 81 Alternate: 81 @145 &SET PAGING AMOUNT Keystroke sequence: 145 ) Alternate keystrokes: 145 This command will set the Page Up and Page Down amount to ) ) Page - move a full screen page at a time ) Half - move only half a screen page at a time )  Csr - move so that cursor is at top or bottom of ) screen or a full screen page if it is already ) there @146 &TOGGLE FIXED TABS Keystroke sequence: 146 ) Alternate keystrokes: 146 When fixed tabs are ON, tab positions are taken from a table of columns that you can set to even spacing or customise through various tab commands. When fixed tabs are OFF, tab positions are based on the contents of the text line above the current line, just like the Turbo Pascal editor. @147 &SET TEMPORARY MARGIN Keystroke sequence: 147 ) Alternate keystrokes: 147 The current cursor column will be assigned as the temporary left margin. If the cursor is beyond the right margin, an error will occur. @148 &SET HOME DIRECTORY Keystroke sequence: 148 ) Alternate keystrokes: 148 Word Fugue uses several files in its operation. These contain the current printer definition, default macros, the overlay file, and this help file. In order to run Word Fugue from a drive or directory other than where these files are located, you will need to set up a Home Directory. The home directory specifies the location of the optional Word Fugue support files on your system. ] The overlay file WF.OVR must always be available, and should be kept in that directory. The following files should be kept in that directory: ) WF.HLP WF.MAC *.PDF Word Fugue will operate without the use of these files, but in that case certain program features will not be available. After the home directory is set, it can be saved with Word Fugue's Save Setup command. @149 &TOGGLE HI-BIT STRIP Keystroke sequence: 149 ) Alternate keystrokes: 149 When Hi-bit strip is ON, the most significant bit of each character read from the disk will be set to zero. This is useful when reading in files previously generated in WordStar document mode. Note that stripping the high bit will also affect any usage of the IBM extended ASCII character set, such as the line drawing characters. Note that a block can be stripped later by use of command 194 or 194 @150 &EDIT MACRO Keystroke sequence: 150 ) Alternate keystrokes: 150 Macros recorded within Word Fugue can be edited on a character by character basis using the built-in macro editor. First, a prompt box will ask for a new name for the macro, which you can accept as is, or change. ] The macro will appear in another window. It can be edited using the cursor keys, and the  or  keys. Most characters you type will be inserted literally into the macro.  will delete the macro.  will end the session in the macro editor.  will undo any changes made to the macro. In case you need to enter any of these special keys as part of the macro, press the  key to enter Literal mode. In this mode, all keystrokes will be inserted into the macro without any interpretation. @151 &WRITE TO FILE Keystroke sequence: 151 ) Alternate keystrokes: 151 This command will store all text in the current window to any file that you name. When you are editing in a window that has not previously been named, you can use this command to assign a name to the window. Using it in an already named window will cause the name of that window, and all other windows sharing the same text stream, to be updated to the new name. @152 &TOGGLE KEY HELP Keystroke sequence: 152 ) Alternate keystrokes: 152 When Key Help is ON, Word Fugue will display the command sequences that correspond to each menu selection while you are browsing through the menu system. This can serve to familiarise you with the quick keystrokes and speed up your editing. @153 &PREVIOUS WINDOW Keystroke sequence: 153 ) Alternate keystrokes: 153 The cursor will be moved to the current position in the next window up the screen. If the cursor is already in the topmost window, it will move to the bottom window. If there is only one window, nothing will happen. @154 &NEXT SENTENCE Keystroke sequence: 154 ) Alternate keystrokes: 154 The cursor will be moved to the beginning of the next sentence. Sentences are delimited by periods, semicolons, and other common punctuation marks, as well as by blank lines and lines beginning with the Word Fugue format character (.). @155 &PREVIOUS SENTENCE Keystroke sequence: 155 ) Alternate keystrokes: 155 The cursor will be moved to the beginning of the previous sentence. Sentences are delimited by periods, semicolons, and other common punctuation marks, as well as by blank lines and lines beginning with the Word Fugue format character (.). @156 &RESTORE EVEN TABS Keystroke sequence: 156 ) Alternate keystrokes: 156 Tabs will be set on an even spacing as determined by the current default tab spacing. Any other tab settings will be cleared. @157 &WHICH FONT Keystroke sequence: 157 ) Alternate keystrokes: 157 Word Fugue will display the font type of the character at the cursor position. If the character has more than one font applied to it, Word Fugue will list all of them. @158 &SELECT BOLD Keystroke sequence: 158 ) Alternate keystrokes: 158 Word Fugue will place the Toggle Bold control character () at the current cursor position, and position the cursor at the next position. Thus, newly entered text will be in the selected typeface. @159 &SELECT DOUBLESTRIKE Keystroke sequence: 159 ) Alternate keystrokes: 159 Word Fugue will place the Toggle Double-strike control character () at the current cursor position, and position the cursor at the next position. Thus, newly entered text will be in the selected typeface. If the cursor is inside a marked block, the block will have a font control character placed at each end of the block instead. @160 &SELECT UNDERSCORE Keystroke sequence: 160 ) Alternate keystrokes: 160 Word Fugue will place the Toggle Underscore control character () at the current cursor position, and position the cursor at the next position. Thus, newly entered text will be in the selected typeface. If the cursor is inside a marked block, the block will have a font control character placed at each end of the block instead. @161 &SELECT SUPERSCRIPT Keystroke sequence: 161 ) Alternate keystrokes: 161 Word Fugue will place the Toggle Superscript control character () at the current cursor position, and position the cursor at the next position. Thus, newly entered text will be in the selected typeface. If the cursor is inside a marked block, the block will have a font control character placed at each end of the block instead. @162 &SELECT SUBSCRIPT Keystroke sequence: 162 ) Alternate keystrokes: 162 Word Fugue will place the Toggle Subscript control character () at the current cursor position, and position the cursor at the next position. Thus, newly entered text will be in the selected typeface. If the cursor is inside a marked block, the block will have a font control character placed at each end of the block instead. @163 &SELECT COMPRESSED Keystroke sequence: 163 ) Alternate keystrokes: 163 Word Fugue will place the Toggle Alternate 1 control character () at the current cursor position, and position the cursor at the next position. Thus, newly entered text will be in the selected typeface. If the cursor is inside a marked block, the block will have a font control character placed at each end of the block instead. @164 &SELECT ITALICS Keystroke sequence: 164 ) Alternate keystrokes: 164 Word Fugue will place the Toggle Alternate 2 control character () at the current cursor position, and position the cursor at the next position. Thus, newly entered text will be in the selected typeface. If the cursor is inside a marked block, the block will have a font control character placed at each end of the block instead. @165 &TOGGLE SNOW CONTROL Keystroke sequence: 165 ) Alternate keystrokes: 165 When Snow Control is ON, Word Fugue avoids the screen interference patterns called "snow" that are produced by certain display adaptors, notably the IBM Colour Graphics Adaptor. For other colour adaptors, the Snow Control can be turned off. This improves screen updating performance considerably. @166 &TOGGLE BLOCK CURSOR Keystroke sequence: 166 ) Alternate keystrokes: 166 Word Fugue offers a choice between a blinking hardware cursor and a solid unblinking cursor. The colour of the block cursor can be set via the Options Colours menu. This Block Cursor can be very useful on Lap Top PCs. @167 &DISPLAY SIZE Keystroke sequence: 167 ) Alternate keystrokes: 167 Depending upon the type of Video adaptor you have installed, Word Fugue can display more text than the normal 25 lines by 80 columns. On computers equipped with an Enhanced Graphics Adaptor, Word Fugue can display 43 lines on the screen. On computers equipped with VGA, Word Fugue can display 50 or 28 lines on the screen. In addition, some VGA cards support extended 132 column mode, or 60 line mode. Computers with any type of colour card can support a 40 column mode that results in large printing suitable for those with reading difficulties. Before trying exotic screen sizes, please save ALL your documents. Exotic screen sizes are non standard, and are not supported by all cards. @168 &MARGIN RELEASE Keystroke sequence: 168 ) Alternate keystrokes: 168 Setting Margin Release ON allows you to type beyond the left and right margins while Word Wrap mode is active. Margin release remains effective until the cursor is moved to another line. It can also be toggled off at any time. @169 &SPELL CHECK Keystroke sequence: 169 ) Alternate keystrokes: 169 Word Fugue will spell check any of your documents using its own dictionary WF_MAIN.LEX. This contains approximately 110,000 words. It also checks against an auxiliary dictionary if it finds one. Word Fugue checks the document in the current screen window. By default, checking proceeds from the current cursor position to the end of the file. If a block is marked and visible, only that block will be checked. ] Word Fugue also contains a small built-in dictionary of the 500 most commonly used English words. This dictionary is kept in memory at all times in order to accelerate the checking process. Once the operation begins, Word Fugue keeps you advised of its progress on the status line. The line and column counters tell you what part of the document is being checked, as does the percentage indicator. These are updated each time a new word is checked. ] When Word Fugue finds a word that it does not recognise, the screen will be updated to highlight the word, and a popup menu will ask you to select an option. Select by moving the bar and pressing  or by pressing the first character of any of the options: ) Skip once ) Ignore the spelling of this word in only this ) one instance. ) Ignore for this document ) Ignore the spelling of this word for the ) duration of the check. ] ) List dictionary sound alikes ) Display a list of sound alike words from ) Word Fugue's dictionary. Select one and press ) , or press  to return to the ) previous menu. ) Edit from the keyboard ) A prompt box will appear to allow interactive ) editing of the word. Press  to accept, ) or  to return to the previous menu. ) Word Fugue will recheck the word after you ) finish editing it. ] ) Mark with "~" ) Place a tilde in front of the word. After ) the document has been checked, you can use ) the Find Pattern command to locate the marked ) words. ) Add to dictionary ) Add the word to Word Fugue's auxiliary ) dictionary (WF_AUX.DIC). A secondary ) menu of case selections will appear. Press )  to return to the previous menu, or )  to add to the dictionary. ] ) Batch mark rest of document ) Cancel the interactive mode normally used ) for spell checking. From this point on, all ) unrecognised words are marked with tildes ) (~). A spell checking operation may be stopped by pressing  at the corrections menu (once a misspelling is found) or by pressing any key while a file is being checked. In the latter case, a prompt box will be displayed, asking if you want to stop. Press Y to stop, N to continue. ] The main dictionary should reside in the same directory as Word Fugue itself, otherwise Word Fugue may not be able to find it. )The auxiliary dictionary should reside in the same directory as the file you are spell checking. If Word Fugue does not find it, it will create it if you request to add a word to the dictionary. )There is a limit on the size of the auxiliary dictionary - it may not be larger than about 65,500 characters, and also cannot be larger than available memory. If it gets too large, you should look at adding the words in it to the main dictionary. See next page. ] )The words in the auxiliary dictionary may be applied to the main dictionary by using the program WFLEXMGR. This program will either Add or Delete words from the dictionary, depending upon the input on its screen. It will write a new dictionary, so as not to destroy the old one if things go wrong. Make sure you have enough disk space for 2 copies! You may allocate the new dictionary on another drive or directory. )The change file should have one word per line (like the auxiliary dictionary). It does not matter whether the words are in upper or lower case - they will be converted to lower case and sorted by the update program. @170 &EXPAND INCLUDE FILE Keystroke sequence: 170 ) Alternate keystrokes: 170 When you use .FI commands, the files can be opened for editing by simply placing the cursor on the line and pressing this command. If there is sufficient memory, and a window is available, the file will be opened in another window, and you will be positioned in the new window. You can expand further .FI commands, as long as there is sufficient memory and available windows. .FI commands can be nested up to 5 deep. @171 &TOGGLE TAB WRITING Keystroke sequence: 171 ) Alternate keystrokes: 171 By default, Word Fugue does not write tab characters in files saved from the editor. If Tab Writing is activated, Word Fugue will translate sequences of spaces to tabs in order to save disk space for the output file. Tabs are computed using the fixed spacing currently set for fixed tabs. Multiple spaces found within pairs of single or double quotes (as used in Pascal or C source code) will not be converted to tabs. Tab writing is saved as a Word Fugue default. @172 &TOGGLE WRAP COMPRESSION Keystroke sequence: 172 ) Alternate keystrokes: 172 By default, Word Fugue compresses padding out of any line before it is wrapped. This feature is required in order to "unjustify" text that has previously been right justified. Only "padding" inserted by Word Fugue will be removed - normal spaces will not be touched. When this toggle is OFF, padding will not be removed from lines being wrapped. Wrap compression is saved as one of Word Fugue's defaults. Padding may be displayed by changing the Display option "Visible Padding" to ON @173 &TOGGLE INITIAL ZOOM STATE Keystroke sequence: 173 ) Alternate keystrokes: 173 The state of this toggle determines Word Fugue's default behaviour when more than one window is on the screen. When Initial Zoom State is OFF, multiple windows will appear simultaneously on the screen, that is, they will not be zoomed. When Initial Zoom State is ON, multiple windows will be zoomed. The last file opened will be visible on the screen, and others will be hidden behind it. Initial Zoom State is saved as a Word Fugue default. The normal zoom window command may be used at any time, regardless of Initial Zoom State. @174 &HELP SUMMARY ( from Help menu) Word Fugue provides help in several ways. This section describes how to use the help system. Whenever the Word Fugue help system is on screen, you can use the  and  keys to move from one screen to another.  and  will take you to the first and last pages of the section. Press  when you are done using help. ] The Word Fugue menu system is available at any time by pressing 198. Most of Word Fugue's commands may be selected from the menus. Within the menu system, you may activate "Key help" by choosing Setup Display options Key help. With Key help activated, the quick keystrokes that activate each command will be displayed on the top row of the screen while the selection bar is positioned over that menu item. Pressing  while within the Word Fugue menu system or within any prompt box will bring up a window containing more detailed help regarding the selected command. Pressing 174 while you are entering text will bring up a menu of help topics. ] &Help and Status Keystrokes )Show help menu ) Main: 174 Alternate: 174 )Show help summary ) Main:  from the help menu )Activate menu system ) Main: 198 Alternate: 198 )Show system and file information ) Main: 104 Alternate: 104 )Show available memory ) Main: 105 Alternate: 105 @175 &ABOUT WORD FUGUE Word Fugue is a Shareware program, and is supplied on that basis. If you use it, please register by sending $A80 + $10 for postage (Overseas add $A20 airmail postage) to: ) Fugue Software ) P.O. Box 942 ) WODEN ACT 2606 ) AUSTRALIA )You will receive the latest version of the program, plus the full dictionary for spell checking, the dictionary update program and the manual. You will also be placed on our mailing list for future updates. ] You are free to distribute this program to anyone you wish, provided you do not tamper with the files, and distribute all the files. We retain copyright to the program, but we are responsive to any suggestions you may have about our programs. We are committed to providing good software for the price of a textbook. The registration fee will help us to continue to develop it. Help us to stamp out the Commercial Software Rip-Off. Support your Shareware Authors and register today! @176 &Block Commands Begin block ) Main: 52 Alternate: 52 )End block ) Main: 53 Alternate: 53 )Start of block ) Main: 54 Alternate: 54 )End of block ) Main: 55 Alternate: 55 )Copy block ) Main: 56 Alternate: 56 )Move block ) Main: 57 Alternate: 57 )Delete block ) Main: 58 Alternate: 58 )Hide block ) Main: 59 Alternate: 59 )Mark current word ) Main: 60 Alternate: 60 )Write block to file ) Main: 44 Alternate: 44 )Shift Block Left ) Main: 192 Alternate: 192 )Shift Block Right ) Main: 193 Alternate: 193 )Strip Hi Bits from block ) Main: 194 Alternate: 194 @177 &Cursor Movement Character left ) Main: 0 Alternate: 0 )Character right ) Main: 1 Alternate: 1 )Word left ) Main: 2 Alternate: 2 )Word right ) Main: 3 Alternate: 3 )Line up ) Main: 4 Alternate: 4 )Line down ) Main: 5 Alternate: 5 )Scroll up ) Main: 6 Alternate: 6 )Scroll down ) Main: 7 Alternate: 7 )Page up Amount defaults to full Page ) Main: 9 Alternate: 9 )Page down but can be set to Half or Csr ) Main: 8 Alternate: 8 )Top of file ) Main: 10 Alternate: 10 )Bottom of file ) Main: 11 Alternate: 11 )Beginning of line ) Main: 12 Alternate: 12 )End of line ) Main: 13 Alternate: 13 )Top of screen ) Main: 14 Alternate: 14 )Bottom of screen ) Main: 15 Alternate: 15 @178 &Files Edit another file ) Main: 40 Alternate: 40 )Abandon file ) Main: 41 Alternate: 41 )Read file into window ) Main: 42 Alternate: 42 )Save and continue edit ) Main: 43 Alternate: 43 )Save and exit to DOS ) Main: 45 Alternate: 45 )Write to named file ) Main: 151 Alternate: 151 )Save/Switch files ) Main: 48 Alternate: 48 )Expand Include File ) Main: 170 Alternate: 170 @179 &Go to Movement Commands Go to line ) Main: 18 Alternate: 18 )Go to column ) Main: 19 Alternate: 19 )Go to page ) Main: 129 Alternate: 129 )Go to window ) Main: 20 Alternate: 20 )Previous cursor position ) Main: 21 Alternate: 21 )Up to equal indent ) Main: 16 Alternate: 16 )Down to equal indent ) Main: 17 Alternate: 17 )Next sentence ) Main: 154 Alternate: 154 )Previous sentence ) Main: 155 Alternate: 155 ] &Text Markers Set a marker by menu ) Main: 143 Alternate: 143 )Jump to marker by menu ) Main: 144 Alternate: 144 )Toggle marker display ) Main: 61 Alternate: 61 )Set marker 0 ) Main: 62 Alternate: 62 )Set marker 1 ) Main: 63 Alternate: 63 )Set marker 2 ) Main: 64 Alternate: 64 )Set marker 3 ) Main: 65 Alternate: 65 )Set marker 4 ) Main: 66 Alternate: 66 )Set marker 5 ) Main: 67 Alternate: 67 )Set marker 6 ) Main: 68 Alternate: 68 )Set marker 7 ) Main: 69 Alternate: 69 )Set marker 8 ) Main: 70 Alternate: 70 )Set marker 9 ) Main: 71 Alternate: 71 )Jump marker 0 ) Main: 72 Alternate: 72 )Jump marker 1 ) Main: 73 Alternate: 73 )Jump marker 2 ) Main: 74 Alternate: 74 )Jump marker 3 ) Main: 75 Alternate: 75 )Jump marker 4 ) Main: 76 Alternate: 76 )Jump marker 5 ) Main: 77 Alternate: 77 )Jump marker 6 ) Main: 78 Alternate: 78 )Jump marker 7 ) Main: 79 Alternate: 79 )Jump marker 8 ) Main: 80 Alternate: 80 )Jump marker 9 ) Main: 81 Alternate: 81 @180 &Text Insertion and Deletion Undo last deletion ) Main: 22 Alternate: 22 )Restore line ) Main: 23 Alternate: 23 )Insert undo buffer ) Main: 116 Alternate: 116 )Tab ) Main: 24 Alternate: 24 )Backward Tab ) Main: 39 Alternate: 39 )New line ) Main: 26 Alternate: 26 )Insert line ) Main: 27 Alternate: 27 )Insert control character ) Main: 25 Alternate: 25 )Delete current character ) Main: 28 Alternate: 28 )Delete character left ) Main: 29 Alternate: 29 )Delete word ) Main: 30 Alternate: 30 )Delete to end of line ) Main: 31 Alternate: 31 )Delete line ) Main: 32 Alternate: 32 )Delete line (no undo) ) Main: 33 Alternate: 33 )Abort command (1 char) ) Main: 199 Alternate: 199 @181 &Function Keys | @182 &Macros Load macros from disk ) Main: 82 Alternate: 82 )Store macros to disk ) Main: 83 Alternate: 83 )Record macro ) Main: 84 Alternate: 84 )Edit macro ) Main: 150 Alternate: 150 )Playback macro by menu ) Main: 96 Alternate: 96 )Playback macro by key ) Main: 95 Alternate: 95 ) follow with character 0..9 A..Z )Playback Macro 1 ) Main: 85 Alternate: 85 )Playback Macro 2 ) Main: 86 Alternate: 86 )Playback Macro 3 ) Main: 87 Alternate: 87 )Playback Macro 4 ) Main: 88 Alternate: 88 )Playback Macro 5 ) Main: 89 Alternate: 89 )Playback Macro 6 ) Main: 90 Alternate: 90 )Playback Macro 7 ) Main: 91 Alternate: 91 ] )Playback Macro 8 ) Main: 92 Alternate: 92 )Playback Macro 9 ) Main: 93 Alternate: 93 )Playback macro n times with menu ) Main: 94 Alternate: 94 ) )There are a number of macro files supplied: ) ) WF.MAC - standard word processing functions ) DOUBLE.MAC & SINGLE.MAC - line drawing ) GREEK.MAC & EUROPE.MAC - character sets ) MISC.MAC - other characters ] @183 &Options and Toggles Toggle insert mode ) Main: 106 Alternate: 106 )Toggle autoindent mode ) Main: 107 Alternate: 107 )Toggle word wrap ) Main: 113 Alternate: 113 )Toggle wrap compression ) Main: 172 Alternate: 172 )Toggle tab line display ) Main: 115 Alternate: 115 )Toggle justify ) Main: 117 Alternate: 117 )Toggle page breaks ) Main: 118 Alternate: 118 )Toggle attributes ) Main: 119 Alternate: 119 )Toggle fixed tabs ) Main: 146 Alternate: 146 )Toggle hi-bit strip ) Main: 149 Alternate: 149 )Toggle tab expansion ) Main: 134 Alternate: 134 )Toggle tab writing ) Main: 171 Alternate: 171 )Toggle key help ) Main: 152 Alternate: 152 )Toggle snow check ) Main: 165 Alternate: 165 )Toggle block cursor ) Main: 166 Alternate: 166 )Toggle 43 line mode ) Main: 167 Alternate: 167 )Set left margin ) Main: 114 Alternate: 114 )Set right margin ) Main: 111 Alternate: 111 )Set top margin ) Main: 130 Alternate: 130 )Set bottom margin ) Main: 131 Alternate: 131 )Set page length ) Main: 132 Alternate: 132 )Set undo limit ) Main: 133 Alternate: 133 )Set default file extension ) Main: 135 Alternate: 135 )Set colours ) Main: 121 Alternate: 121 )Set home directory ) Main: 148 Alternate: 148 )Save setup ) Main: 122 Alternate: 122 )Set Paging Amount ) Main: 145 Alternate: 145 @184 &Printing a file ) Main: 123 Alternate: 123 &Print Formatting Commands Offset page to right by n columns ) .PO nn or .PO odd nn or .PO even nn )Start new page ) .PA )Start new page if fewer than n lines remain ) .CP n )Start new page if current page is Odd or Even ) .CP O or E )Print a blank page if page number is Odd or Even and start a new page otherwise. Optionally print TEXT in the middle of the blank page ) .PB O or E TEXT TO PRINT ON BLANK PAGE )Set page number to n ) .PN n )Omit page numbers ) .OP )Print page numbers ) .PG )Put page number in column n ) .PC n )Set page length to n lines ) .PL n ]Set top margin to n lines ) .MT n )Set bottom margin to n lines ) .MB n )Set header margin to n lines ) .HM n )Set footer margin to n lines ) .FM n )Define header lines ) .HE header line 1 } both the ) .H1 header line 1 } same ) .H2 header line 2 ) .H3 header line 3 )Define footer lines ) .FO footer line 1 } both the ) .F1 footer line 1 } same ) .F2 footer line 2 ) .F3 footer line 3 )Define Index Entry ) .IXline ) or PK at start ) and PK at end ) )Define Table Of Contents Entry ) .TCline ) or .TC1 for table 1 ) thru to .TC9 for table 9 ) )Include a file at this point ) .FIfilename comments ) filename is terminated by a space, and ) any further text is comment ] &Special Codes within Headers and Footers Insert current page number ) # )Ignore following spaces on even pages )  )Take next character literally ) \ )Invoke printing functions ) @ ) eg @Dn for dates, n = 0 .. 8 ) @Tn for times, n = 0 .. 3 ] &Special Print @functions within Headers & Footers ) - return the time in format: ) @T0 HH:MM ) @T1 HH:MM:SS ) @T2 HH:MM XX where XX = AM or PM ) @T3 HH:MM:SS XX where XX = AM or PM ) ) - return the name of the file being printed: ) @F0 full path name drive:\path\filename.ext ) @F1 filename.ext ] ) - return the date in format: ) @D0 MMM DD, YYYY ) @D1 DD/MM/YY ) @D2 DD/MM/YYYY ) @D3 MM/DD/YY ) @D4 MM/DD/YYYY ) @D5 YYYY/MM/DD ) @D6 DD MMM YYYY ) @D7 dayname, DD MMM YYYY ) @D8 DD month YYYY ] &Typeface Selection Commands )Select Bold ) Main: 158 Alternate: 158 )Select DoubleStrike ) Main: 159 Alternate: 159 )Select Underscore ) Main: 160 Alternate: 160 )Select Superscript ) Main: 161 Alternate: 161 )Select Subscript ) Main: 162 Alternate: 162 )Select Compressed ) Main: 163 Alternate: 163 )Select Italics ) Main: 164 Alternate: 164 ] &Typeface Control Codes Each of these must be prefixed with the Control Char insertion code 25 (or 25) ) )Toggle Boldface )  )Toggle Underscore )  )Toggle Doublestrike )  )Toggle Superscript )  )Toggle Subscript )  )Toggle Compressed )  )Toggle Italic )  ] &Printer Definitions Each type of printer is described to Word Fugue by a small file with the extension PDF. This file contains information regarding the control codes that enable the printer's various fonts, as well as some additional information that tells Word Fugue about the printer. Existing PDF files can be changed, and new ones created via the Word Fugue Printer definition menu. The printer definition most recently selected via the File Print menu can be modified here. Choose Edit string to change the control code for any supported font. Each font is associated with two strings - one to turn the font ON, and another to turn it OFF. When you choose a string to edit, it appears in another window. It can be edited using the cursor keys, and the  or  keys. Most characters you type will be inserted literally into the string.  will delete the existing string.  will end the session in the string editor. In case you need to enter any of these special keys as part of the control string, press the  key to enter Literal mode. In this mode, all keystrokes will be inserted into the string without further interpretation. You are also given the option of changing the name of the string. The current printer definition can be saved to a disk file by using the Save definition menu selection. A prompt box will ask for the name of the file to be saved. @185 &Search and Replace Search for pattern ) Main: 34 Alternate: 34 )Search and replace ) Main: 35 Alternate: 35 )Search and playback macro ) Main: 36 Alternate: 36 )Search again ) Main: 37 Alternate: 37 )Find matching }]>) or End ) Main: 191 Alternate: 191 @186 &Rulers & Tabs )Tab ) Main: 24 Alternate: 24 )Backward Tab ) Main: 39 Alternate: 39 )Set tabs ) Main: 136 Alternate: 136 )Put tabs ) Main: 138 Alternate: 138 )Set tab size ) Main: 137 Alternate: 137 )Edit Ruler ) Main: 139 Alternate: 139 )Tab temporary margin ) Main: 140 Alternate: 140 )Set temporary margin ) Main: 147 Alternate: 147 )Restore even tabs ) Main: 156 Alternate: 156 @187 &SPELL CHECK Keystroke sequence: 169 ) Alternate keystrokes: 169 Word Fugue will spell check any of your documents using its own dictionary WF_MAIN.LEX. This contains approximately 110,000 words. It also checks against an auxiliary dictionary if it finds one. Word Fugue checks the document in the current screen window. By default, checking proceeds from the current cursor position to the end of the file. If a block is marked and visible, only that block will be checked. ] Word Fugue also contains a small built-in dictionary of the 500 most commonly used English words. This dictionary is kept in memory at all times in order to accelerate the checking process. Once the operation begins, Word Fugue keeps you advised of its progress on the status line. The line and column counters tell you what part of the document is being checked, as does the percentage indicator. These are updated each time a new word is checked. ] When Word Fugue finds a word that it does not recognise, the screen will be updated to highlight the word, and a popup menu will ask you to select an option. Select by moving the bar and pressing  or by pressing the first character of any of the options: ) Skip once ) Ignore the spelling of this word in only this ) one instance. ) Ignore for this document ) Ignore the spelling of this word for the ) duration of the check. ] ) List dictionary sound alikes ) Display a list of sound alike words from ) Word Fugue's dictionary. Select one and press ) , or press  to return to the ) previous menu. ) Edit from the keyboard ) A prompt box will appear to allow interactive ) editing of the word. Press  to accept, ) or  to return to the previous menu. ) Word Fugue will recheck the word after you ) finish editing it. ] ) Mark with "~" ) Place a tilde in front of the word. After ) the document has been checked, you can use ) the Find Pattern command to locate the marked ) words. ) Add to dictionary ) Add the word to Word Fugue's auxiliary ) dictionary (WF_AUX.DIC). A secondary ) menu of case selections will appear. Press )  to return to the previous menu, or )  to add to the dictionary. ] ) Batch mark rest of document ) Cancel the interactive mode normally used ) for spell checking. From this point on, all ) unrecognised words are marked with tildes ) (~). A spell checking operation may be stopped by pressing  at the corrections menu (once a misspelling is found) or by pressing any key while a file is being checked. In the latter case, a prompt box will be displayed, asking if you want to stop. Press Y to stop, N to continue. ] The main dictionary should reside in the same directory as Word Fugue itself, otherwise Word Fugue may not be able to find it. )The auxiliary dictionary should reside in the same directory as the file you are spell checking. If Word Fugue does not find it, it will create it if you request to add a word to the dictionary. )There is a limit on the size of the auxiliary dictionary - it may not be larger than about 65,500 characters, and also cannot be larger than available memory. If it gets too large, you should look at adding the words in it to the main dictionary. See next page. ] )The words in the auxiliary dictionary may be applied to the main dictionary by using the program WFLEXMGR. This program will either Add or Delete words from the dictionary, depending upon the input on its screen. It will write a new dictionary, so as not to destroy the old one if things go wrong. Make sure you have enough disk space for 2 copies! You may allocate the new dictionary on another drive or directory. )The change file should have one word per line (like the auxiliary dictionary). It does not matter whether the words are in upper or lower case - they will be converted to lower case and sorted by the update program. @188 &Text Formatting Format paragraph ) Main: 112 Alternate: 112 )Format block ) Main: 141 Alternate: 141 )Centre line ) Main: 120 Alternate: 120 )Right Flush line ) Main: 222 Alternate: 222 )Margin release ) Main: 168 Alternate: 168 )Toggle case ) Main: 108 Alternate: 108 )Lower case ) Main: 109 Alternate: 109 )Upper case ) Main: 110 Alternate: 110 )Show current font ) Main: 157 Alternate: 157 )Select Bold ) Main: 158 Alternate: 158 )Select Double ) Main: 159 Alternate: 159 )Select Underscore ) Main: 160 Alternate: 160 )Select Superscript ) Main: 161 Alternate: 161 )Select Subscript ) Main: 162 Alternate: 162 )Select Compressed ) Main: 163 Alternate: 163 )Select Italics ) Main: 164 Alternate: 164 @189 &Utility Commands Print file ) Main: 123 Alternate: 123 )Change active directory ) Main: 127 Alternate: 127 )Directory ) Main: 128 Alternate: 128 )Operating system ) Main: 38 Alternate: 38 @190 &Windows Open file ) Main: 46 Alternate: 46 )Close window ) Main: 142 Alternate: 142 )Resize window ) Main: 47 Alternate: 47 )Next window ) Main: 49 Alternate: 49 )Previous window ) Main: 153 Alternate: 153 )Zoom window ) Main: 51 Alternate: 51 @191 &Find Matching Bracket Main: 191 Alternate: 191 Place the cursor on ({[< and press the command. The cursor will be positioned on the matching >]}) or you will receive an error message if none can be found. Also, if you place the cursor on the B of begin and Word Fugue will find the matching end for you. @192 &Shift Block Left Main: 192 Alternate: 192 If you have a block of text marked, this command will shift the block left the number of characters you nominate. You will be prompted for the number. Characters shifted left past position 1 will be lost. @193 &Shift Block Right Main: 193 Alternate: 193 If you have a block of text marked, this command will shift the block right the number of characters you nominate. You will be prompted for the number. As characters are shifted right, spaces are inserted at the beginning of the line. @194 &Strip Hi Bits From Block main: 194 Alternate: 194 If perhaps you import a block from a Wordstar file, you have a block of text showing graphics characters in with the words. This command will turn off the hi bits in the marked block, and restore the graphics characters to letters. Refer also to the Strip Hi Bits toggle in the Load File options of the Options menu. @196 &Table Of Contents Generation main: 196 Alternate: 196 You must have marked table of contents entries in your text with ) .TCline ) or .TC1 for table 1 ) thru to .TC9 for table 9 This will place the entries in one of nine files depending on the number following the .TC characters. If you omit the number, it defaults to 0. You will be prompted for the name of the document. Each table of contents file will have the document name, with the extension set to ) .TOC for the .TC lines ) .TO1 for .TC1 lines ) thru to .TO9 for .TC9 lines If a table is not selected, there will not be a file generated for it. The entries in the file will appear exactly as they appear following the .TC characters. Use # if you want the page number to appear as part of the entry. ] for example, if you enter this on page 1 ).TC DEFINITION .......................# ) and this on page 3 ).TC Default Definitions............# ).TC1 Figure 1 .......................# the following entries will be generated in the table of contents .TOC file ) DEFINITION .......................1 ) Default Definitions............3 and the following in the .TO1 file  Figure 1 .......................3 @197 &Generate Index main: 197 Alternate: 197 An index is an alphabetic listing of topics, words and phrases accompanied by page numbers for each topic. Word Fugue can automatically create an index for a document. You mark index entries by pressing ^PK at the beginning and end of each phrase you want included in the index. You can also mark a phrase by using the dot command .IX followed by the word or phrase. You will be prompted for the name of the file to generate the index for. This index will have the same name as the document, but the extension will be set to .IDX @198 &Toggle Mouse Scroll Bar main: 198 Alternate: 198 This enables you to display a scroll bar on the right hand side of the screen if you have a mouse. )Note: the mouse driver must be loaded for the mouse to work Clicking mouse buttons will have different effects depending upon where it is on the screen. The scroll bar allows repositioning within the file. The top 2 lines are for help & menus. ] )Top 2 Lines: ) Left Button - Open another window ) Right Button - PullDown Menu ) Both Buttons - Help Menu )Menu System: ) Left Button - select highlighted choice ) Right Button - escape to previous level ) Both buttons - Help (if available) ) Motion - move highlight ] )Scroll Bar: ) Arrows: ) Press Left button to scroll up or down ) Bar: ) Click left button to page up (above elevator) ) or page down (below elevator) )Text Body: ) Left Button - click to position cursor ) (will change windows if necessary) ) Right Button - restore current line ) Both buttons - press & drag to mark a block ) marking stops when you release button ) positions cursor at mouse cursor @199 &Toggle Automatic Save main: 199 Alternate: 199 This enables automatic saving of modified files when ON. You can set a time delay and a keystroke limit, and files will be saved if the time limit is passed, or the keystroke limit is exceeded. @200 &Set Automatic Save Time Delay main: 200 Alternate: 200 This specifies the maximum number of minutes that should elapse between automatic saves of any modified files. Note that Autosave must be ON for this to be effective. Valid range is 1 to 59 minutes. )The default is 15 minutes. @201 &Set Automatic Save Keystroke Limit main: 201 Alternate: 201 This specifies the maximum number of keystrokes that should occur between automatic saves of any modified files. Note that Autosave must be ON for this to be effective. Valid range is 100 to 32768 keystrokes. )The default is 2000 @202 &Export Ascii main: 202 Alternative: 202 This command is used to export pure ascii text. If there is a block marked, and that block is in the current window, then the block is exported as pure Ascii text, otherwise it exports the entire file in the current window as Ascii text. Pure Ascii means that all format commands (dot commands and font controls) are stripped from the file. @203 &Toggle Between Word Fugue & 4Dos file Descriptions main: 203 Alternative: 203 This command toggles the file description storage between Word Fugue's proprietary format (stored in FILEINFO.WF) and that supported by 4Dos - the shareware COMMAND.COM replacement (stored in DESCRIPT.ION). If you have 4Dos and use the Describe command, then you should probably store file descriptions in 4Dos format. That gives you up to 40 characters of description. The word Fugue format gives you up to 65 characters. This option can be saved with the Save options command. @204 &Ctrl-Z as End Of File main: 204 Alternative: 204 This command allows you to determine whether or not a ^Z character marks the end of a file. Wordstar and most editors use a ^Z character to mark the end of a file, but some editors do not, instead using the actual file length. Turn this off with care! @205 &Toggle amount of Memory for DOS Shell main: 205 Alternative: 205 This command determines how much memory is made available when you invoke a DOS command. The default is only available memory which is left after the program is loaded plus any files you may be editing. If you set this to All Memory, then a stub of approximately 8K remains in memory, while the rest of the program and memory it is using is swapped either to EMS memory (if you have some and sufficient is available) or to the default disk drive and directory (if there is sufficient room there). On disk, the swap file is called WF.$WP, and is marked as a system and hidden file. It will not be visible to normal DOS commands. Do not delete this file after shelling to DOS, or you will lock up your machine when you try to exit back to Word Fugue. @206 &Toggle Use of External Config File main: 206 Alternative: 206 This command determines whether or not the configuration is saved to file WF.CFG in the current (default) directory as well as being saved in the program executable as well. It is useful if you want to have different configurations in different directories, such as Word Wrap and Paging ON in your word Processing directory, but OFF in your programs directory. The default configuration is ON, and saves configuration information to the file WF.CFG - if it is OFF, then no file will be saved, and none will be sought on start up. Turning this Option OFF will force "Modify WF.EXE" to ON, so that the configuration information will be written to the executable instead. @207 &Load Recent File main: 207 Alternative: 207 This command allows you to display a list of the last 12 files you edited, and select one to load. A new window will be opened, so any files you currently have open will be unchanged. It requires that you turned the Pick File option ON, so that the names of recent files are saved to a disk file. @208 &Pick File main: 208 Alternative: 208 This command allows you to save the names and cursor positions of the last 12 files you edited into a file called WF.PCK in the current directory. When you subsequently load a file that is in the list, Word Fugue will restore the marked block (if any) the bookmarks (if any), and reposition the cursor at the line and column it had when the file was last saved. @209 &Main Lexicon main: 209 Alternative: 209 This command allows you to change the name of the dictionary to be used for spell checking. This is useful if you work in several languages, since you can easily switch language specific dictionaries. @210 &Auxiliary Word List main 210 Alternative: 210 This command allows you to change the name of the file where Word Fugue stores the words you ask it to add to the dictionary. This allows you to have several separate word lists to be used with different files. @211 &Toggle Generation of File name main 211 Alternative: 211 This option, when ON, permits Word Fugue to generate a pseudo-random number for a file name whenever you start it without specifying a file name, which saves you the trouble of thinking up a file name each time. You should use it in conjunction with File descriptions to ensure that all your files are recognisable. When OFF, Word Fugue will create a new file with the name , and you will be prompted for a file name when you try to save it. @212 &Toggle Force File Description main 212 Alternative: 212 When ON, this option causes Word Fugue to prompt for a file description for every new file. When OFF, the use of file descriptions is at your discretion. File descriptions can be up to 65 characters in length (Word Fugue format), or you can use 4DOS file descriptions (limited to 40 characters). If you create many files in a directory, we strongly urge you to use file descriptions to make your files more manageable. This option can be saved by use of the Save Setup command. @213 &Set Line Spacing main 213 Alternative: 213 This command permits you to change the default line spacing from 1.0 to any value between 0.05 and 20.0. These values are times the normal spacing your printer uses. Most printers work at 6 lines per inch as the normal spacing. ) To achieve double line spacing, set this to 2.0 ) To achieve one and a half spacing, set this to 1.5 ) To achieve 8 lines per inch, set this to 0.75 ]Note that the printer definition file you use (.PDF) must have the line height sequence set up. The line height sequence should include # if your printer needs the height as a binary number, and should include $ if your printer needs the height as a character string. ) eg for an Epson you could use ESC A #, where # will ) be replaced by the binary equivalent of the number ) eg for a laser you may need |LH$, where C will be ) replaced by the character equivalent of the number The Reserved slot underneath this sequence stores the units (eg for 1/60 inch it stores 60), so that Word Fugue can calculate how many lines will fit on a page. @214 &Create New Footnote main 214 Alternative: 214 This command will create a new footnote reference where the cursor is, and will open another window with the footnotes file ready for you to enter the footnote text. If you have WYSIWYG (What You See Is What You Get) display enabled, the note will show as a reference number in the colour for superscripts. When you print, the footnote text will appear at the bottom of the page, and a superscripted reference will appear in the text. Footnote references can be numbers, letters of the alphabet, roman numerals, or special characters such as $ @215 &Create New Endnote main 215 Alternative: 215 This command will create a new Endnote reference where the cursor is, and will open another window with the Endnotes file ready for you to enter the Endnote text. If you have WYSIWYG (What You See Is What You Get) display enabled, the note will show as a reference number in the colour for superscripts. When you print, the Endnote text will appear at the end of the document, and a superscripted reference will appear in the text. Endnote references can be numbers, letters of the alphabet, roman numerals, or special characters such as $ @216 &Create New Annotation main 216 Alternative: 216 This command will create a new Annotation reference where the cursor is, and will open another window with the notes file ready for you to enter the note text. If you have WYSIWYG (What You See Is What You Get) display enabled, the note will show as a reference number in the colour for superscripts. Annotations do not print, but can be used to record comments about the text. This is especially useful if several people are reviewing a document. @217 &Cite old Footnote main 217 Alternative: 217 This command will insert an existing Footnote reference where the cursor is. You will be prompted for the Footnote ID number (a 4 digit number that uniquely identifies each footnote in the notes file) If you have WYSIWYG (What You See Is What You Get) display enabled, the note will show as a reference number in the colour for superscripts. ]The footnote will print at the bottom of the page. If you refer to the same footnote twice on the same page, each reference will display the same reference number, and the footnote will print only once. @218 &Include old Endnote main 218 Alternative: 218 This command will insert an existing Endnote reference where the cursor is. You will be prompted for the Endnote ID number (a 4 digit number that uniquely identifies each footnote in the notes file) If you have WYSIWYG (What You See Is What You Get) display enabled, the note will show as a reference number in the colour for superscripts. ]The Endnote will print at the end of the document. If you refer to the same Endnote twice or more in the document, each reference will display the same reference number, and the Endnote will print only once. @219 &Modify note text main 219 Alternative: 219 This command will open up a window into the notes file, and position the cursor at the start of the note you wish to edit. To use this, you must place the cursor within the note reference you wish to modify. ie between the { and the } @220 &Swap Foot - End note main 220 Alternative: 220 A footnote reference has the form {.@NFxnnnn}, while an Endnote has the form {.@NExnnnn}. This command simply changes the F to an E, or the E to an F. To use it you must place the cursor within the note reference you wish to change. @221 &Change Note Reference Character main 221 Alternative: 221 A footnote reference has the form {.@NFxnnnn}, while an Endnote has the form {.@NExnnnn}. The nnnn is a 4 digit unique identifier in the notes file to enable Word Fugue to locate the corresponding text. The x is the character that determines what reference actually prints in the text. The reference character will print superscripted, and will display (if Font display is on) in a different colour, instead of seeing the complete note reference function. ] The x character can be: )n or N = print a number (sequentially numbered) ) r = print lowercase roman numeral (sequential) ) R = print Uppercase roman numeral (sequential) ) a = print lowercase letter (sequential) ) A = print Uppercase letter (sequential) ) anything else prints as is ) eg {.@NF$nnnn} for $ @222 &Flush Line Right Keystroke sequence: 222 ) Alternate keystrokes: 222 The current line will be pushed to the right margin. This command is active only when Word Wrap mode is on. If both Word Wrap and Column Mode are on, the text within the current column will be flushed right within the column boundaries. @223 &Insert End Paragraph Mark Keystroke sequence: 223 ) Alternate keystrokes: 223 Normally a paragraph is terminated by a blank line (a double carriage return). Paragraph reformatting takes this into account. However, in some circumstances you want to start a new paragraph on the next line. This command inserts a special marker into the text at the cursor location, so that the next line is treated as a new paragraph for paragraph reformatting. @224 &Enter Give Paragraph Mark Keystroke sequence: 224 ) Alternate keystrokes: 224 Normally a paragraph is terminated by a blank line (a double carriage return). Paragraph reformatting takes this into account. However, in some circumstances you want to start a new paragraph on the next line. This command determines whether the Enter key inserts a special marker into the text at the cursor location, so that the next line is treated as a new paragraph for paragraph reformatting. ON will insert the marker, OFF will not. @225 &Toggle Visible Padding Keystroke sequence: 225 ) Alternate keystrokes: 225 When you use justification, Word Fugue inserts special padding characters between the words on a line so that the words will fit flush with the left and right margins. These characters may be removed again if you change the line. With this option OFF, padding characters display as spaces. With the option ON, they will display as ú characters. Padding characters will always print as spaces. @226 &Sort Block Keystroke sequence: 226 ) Alternate keystrokes: 226 You will be prompted whether you want the block sorted in ascending order (A..Z) or descending order (z..a). The marked block will then be sorted in the sequence you selected. Sorting is NOT case sensitive. The entire line is ALWAYS sorted, even in column mode. If you are in column mode, or the start column is not the same as the end column, only the characters between the 2 column limits will be compared, otherwise the first 50 characters of the lines will be compared. YOU CANNOT UNDO A BLOCK SORT - YOU MAY WANT TO SAVE FIRST @227 &Use Border Keystroke sequence: 227 ) Alternate keystrokes: 227 Some screens (most CGA, EGA & VGA) are capable of displaying a border around the screen. This command will toggle the display of the border. Note that some VGA cards can emulate other screens, and some modes will display a border, while others will not. The border colour is the same as the Status Line colour, so if you want to change it, you would use this setting. @228 &Hyphenation Keystroke sequence: 228 ) Alternate keystrokes: 228 Word Fugue can insert hyphens during Word Wrap and paragraph reformat operation. When this option is ON, Word Fugue will insert hyphens in words that cross the right margin, while if this option is OFF, Word Fugue will move the entire word to the next line instead. The Option Squash Line on Wrap should be ON also so that Word Fugue will remove any hyphens inserted during a previous reformat of the same paragraph. ]Word Fugue will hyphenate a word if the number of characters in the word to the left of the right margin exceeds (or is equal to) the Hyphen Hot Zone setting @229 &Hyphen Hot Zone Keystroke sequence: 229 ) Alternate keystrokes: 229 When Hyphenation is ON, Word Fugue will hyphenate a word that crosses the right margin if the word has at least this many characters to the left of the right margin. For example: ) If Hyphen Hot Zone is 3, then words will be ) hyphenated if there are at least 3 characters ) within the right margin. The rest of the word ) will be moved to the next line ) ) Hyphena|tion -> Hyphen- ) ation ) ) Hy|phenation -> ) Hyphenation This can take any value between 2 and 9 @230 &Toggle Modification of WF.EXE main: 230 Alternative: 230 This command determines whether or not the configuration information is saved into WF.EXE (the program executable). Some virus checkers calculate check sums on Executables, and writing the configuration into WF.EXE will invalidate the checksum, causing these programs to think that WF.EXE has been corrupted. Writing to the WF.EXE file is useful if you do not want to be bothered with the possibility of multiple (conflicting) WF.CFG files in different directories. The default is OFF. Note that turning OFF the "External WF.CFG" option will force "modify WF.EXE" to ON, since configuration information MUST be written somewhere. See also "External CFG file" @231 &Margin Change inserts Ruler Line Keystroke sequence: 231 ) Alternate keystrokes: 231 When this option is ON, and change to the margin is saved into your text as a ruler line (.RR line). This will enable margin changes to be remembered if you load the file to edit it again on another occasion. With this option OFF, margin changes do not change the Ruler line so )1. If you have inserted a ruler line into you document, ) it WILL over-ride your margin change. ) )2. Any margin changes will be forgotten when you exit Word Fugue