Lynx Setup - Advanced      `        0?B        @ AAAAAAAAAA                                       ; KeyTerm Setup Script File for Lynx - Advanced and Intermediate    ; modes.      ; Use this script file when the Lynx User Mode is set to either   ; Intermediate or Advanced.  The User Mode setting is in the    ; Lynx Options Menu which is reached by pressing O when running    ; Lynx.      8  @ AAAAAAAAAA     @ AAAAAAAAAA   8; This line started with a New Line Format which turned   	 ; word-wrap off.  Each comment line in a script file must start  
 ; with a semicolon, so it is a good idea to turn word-wrap off   ; at the top of a script file to stop comment lines like this    ; wrapping onto the next line without being noticed.  
    ; Turn Speech OFF   Off      ; Incase it is turned ON, turn OFF reading restrictions   ReadingRestrictions OFF      ; Set the screen time out to about 0.5 seconds   ScreenTimeout 8      ; Use autoprompting   AutoPrompting ON      ; Clear any existing status lines   StatusLine C      ; Read line 1 whenever it changes   Statusline 1 H       ; Read changes to line 24 only if nothing else has been read  ! StatusLine 24  "   # ; Turn ON tracking of inverse video bars between lines 1 and 23  $ BarTracking ON  % BarAttribute I  & BarTrackingArea 1, 23  '   ( ; If there is more than 1 bar on the screen  ) ; Take the bar containing the cursor as the current bar  * BarCursorPriority ON  + BarAsCursor OFF  ,   - ; Check on the line below for a continuation of the highlighted   . ; bar  / BarConnectBelow ON  0   1 ; Read any text connected immediately to the left of the   2 ; highlighted bar  3 BarConnectLeft ON  4   5 ;  Read line 24 when READ with 5 is pressed  6 ReadWith5 24      ;  Read lines 1 to 23 when READ with 8 is pressed  ReadWith8Range 1, 23    ; Cutoff reading if any new text is received  NewTXCutoff 1,24    ; If nothing at all is read after a transmission, beep  EndOfTXBeep On   	 ; Clear the dictionary 
 Dictionary    ; Say "( )" as "unchecked entry" 
 Dictionary "( )" "unchecked entry"    ; Say "(*)" as "checked entry"  Dictionary "(*)" "checked entry"    CRT Lynx Configuration loaded.