home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS - Coast to Coast
/
simteldosarchivecoasttocoast.iso
/
screen
/
scrncolr.doc
< prev
next >
Wrap
Text File
|
1994-03-07
|
1KB
|
30 lines
ScrnColr
--------
This program is an adaptation of the program SCREEN, which is in
the INFO-IBMPC library. SCREEN traps keyboard entries, using
alt-function key combinations. I found these incompatible many
popular text editors. It was also incompatible with LOGO.
ScrnColr only reads command line parameters, and does not inter-
cept keyboard entries. I have been using it with ScrnSave, DVED,
Mince, Blue, Prof. Editor, ASM, LOGO, APL, Kermit, and many
others. It seems compatible with all.
To change color assignments for the 80 wide text mode only, run:
ScrnColr nn rr
where nn are attributes to replace normal white on black and rr
replace reverse video black on white. (nn and rr are standard HEX
video codes) Examples:
ScrnColr 06 60 for brown (amber) colors
ScrnColr 17 71 for white on blue & opposite
ScrnColr 1e 5c for yellow on blue and lt. cyan on red
Acknowledgements are, of course, due to the authors and maintainers
of SCREEN.ASM, from whence this program is derived.