Pine Setup                 `        0?B        @ AAAAAAAAAA                                       ; KeyTerm Setup Script File for Pine         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      ; Turn reading restrictions OFF  
 ReadingRestrictions OFF      ; Set the screen time out to about 0.5 seconds   ScreenTimeout 8      ; Use autoprompting   AutoPrompting ON      ; Read changes to line 22 only if nothing else has been read   StatusLine C   StatusLine 22      ; Turn ON tracking of inverse video bars between lines 2 and 21   BarTracking ON   BarAttribute I   BarTrackingArea 2, 21      ; If there is more than 1 bar on the screen   ; Take the bar containing the cursor as the current bar    BarCursorPriority ON  ! BarAsCursor ON  "   # ; Check on the line below for a continuation of the highlighted   $ ; bar  % BarConnectBelow ON  &   ' ; Read any text connected immediately to the left of the   ( ; highlighted bar  ) BarConnectLeft ON  *   + ;  Read lines 23 and 24 when READ with 5 is pressed  , ReadWith5 23,24  -   . ;  Read lines 2 to 21 when READ with 8 is pressed  / ReadWith8Range 2, 21  0   1 ; Cutoff reading if any new text is received  2 NewTXCutoff 1,24  3   4 ; If nothing at all is read after a transmission, beep  5 EndOfTXBeep On  6 