home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / DOSUT-16.ZIP / LIST52.HLP < prev    next >
Text File  |  1985-02-08  |  2KB  |  37 lines

  1. Apparently, my version of the LIST52 Documentation file does not match the 
  2. List52.Com file that I have.  In the documentation, the author refers to a 
  3. means to change the screen attributes (colors) which are stored at program 
  4. offsets 13C, 13D, and 13F.  If you follow his instructions and it works you 
  5. obviously have his version, if not then try the following:
  6.  
  7. Type:
  8. Debug LIST52.COM
  9. Type:
  10. -D130          Look for the sequence 09 02 00 07 in Debugs response.  I found 
  11.                it started (for me) at offset 144.
  12.  
  13.                Note the offset at which it starts.  Let's call it xyz.  Now 
  14.                location xyz contains the color of the "special lines" at top 
  15.                and bottom of the list52 screen and xyz+1 is the text line color 
  16.                and xyz+3 contains the screen help menu color (contrary to the 
  17.                version described by the doc where this is the background 
  18.                color).
  19. Type:
  20. -Exyz          You will see a sequence ending in "09.".  If you want to change 
  21.                from blue type the new color number in hex immediately after the 
  22.                period and hit cr.
  23.  
  24.                In the same manner you can change the foreground and help menu 
  25.                colors by invoking Exyz+1 and Exyz+3.
  26. Type:               
  27. -W             Writes edited file back to source disk.
  28. Type:
  29. -Q             To exit.
  30.  
  31. Sorry, couldn't find the location of the background color contol.
  32.  
  33. Bob Schniebolk    12/25/84
  34.  
  35. -Q             To exit.
  36.  
  37. S