home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / screen / scrncolr.doc < prev    next >
Text File  |  1994-03-07  |  1KB  |  30 lines

  1. ScrnColr
  2. --------
  3.  
  4. This program is an adaptation of the program SCREEN, which is in 
  5. the INFO-IBMPC library.  SCREEN traps keyboard entries, using 
  6. alt-function key combinations. I found these incompatible many 
  7. popular text editors. It was also incompatible with LOGO.  
  8.  
  9. ScrnColr only reads command line parameters, and does not inter-
  10. cept keyboard entries.  I have been using it with ScrnSave, DVED,
  11. Mince, Blue, Prof. Editor, ASM, LOGO, APL, Kermit, and many
  12. others.  It seems compatible with all.
  13.  
  14. To  change color assignments for the 80 wide text mode only, run:
  15.  
  16.    ScrnColr nn rr
  17.  
  18. where nn are attributes to replace normal white on black and rr 
  19. replace reverse video black on white. (nn and rr are standard HEX 
  20. video codes) Examples:
  21.  
  22.    ScrnColr 06 60    for brown (amber) colors
  23.    ScrnColr 17 71    for white on blue & opposite
  24.    ScrnColr 1e 5c    for yellow on blue and lt. cyan on red
  25.  
  26. Acknowledgements are, of course, due to the authors and maintainers 
  27. of SCREEN.ASM, from whence this program is derived.
  28.  
  29.  
  30.