************************                                Dan Kenny/Omaha, Ne.
* Format for SCN files *
************************
----------------------------------------------------------------------------
Byte(s)  Len        Use                                  Default Value  
-------  ----  ------------------------------            -------------  
  1       1    <unknown>                                      01               
 2-12    10    window name   null terminated                  --
  13      1    background character                           20
  14      1    color: normal text                             07
  15      1    top column position                       
  16      1    top row position                          
  17      1    bottom colomn position                    
  18      1    bottom column position                    
  19      1    color: frame                                   07
  20      1    frame: top left                            
  21      1    frame: top right                           
  22      1    frame: bottom left                         
  23      1    frame: bottom right                        
  24      1    frame: top middle                          
  25      1    frame: bottom middle                       
  26      1    frame: left middle                         
  27      1    frame: right middle                        
  28      1    color: get color                               70
 29-33    5    <unknown>                                   NULL (00)
 ---------------------------------------------------------------------
 34-      ?    two-byte pairs consisting of byte1-text char; byte2-
               text color. Variable number of bytes depending on size 
               of window. The frame characters are part of this text 
               image.

------------------------------------------------------------------------------
Colors                                  Color codes are :
-----------------------------------     --------------------------------------
00 ... Black     08 ... Dark Grey       Color code/16 (INT) - Background color
01 ... Blue      09 ... Lt Blue         Color code%16 (MOD) - Foreground color
02 ... Green     0A ... Lt Green                                             
03 ... Cyan      0B ... Lt Cyan         Blinking attribute is the color code
04 ... Red       0C ... Lt Red          with high-order bit ON (produces a  
06 ... Magenta   0D ... Lt Magenta      negative val with color code as a 
06 ... Brown     0E ... Yellow          8-bit SIGNED INT; is > 128 with color
07 ... Grey      0F ... White           code as a 8-bit UNSIGNED INT).



Files size for SCN's are variable bytes.
