home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.96 / text1117.txt < prev    next >
Encoding:
Text File  |  1996-07-25  |  1.1 KB  |  26 lines

  1. >>>>> "zinc" == zinc  <zinc@zifi.genetics.utah.edu> writes:
  2.  
  3.     zinc> it's been a long time since i've asked a question here and
  4.     zinc> this one has piqued my mind enough lately.
  5.  
  6.     zinc> is it possible to change the color used by programs such as
  7.     zinc> Word or KaleidaGraph for selected text?  on my system the
  8.     zinc> default is a bright yellow which isn't too bad but i usually
  9.     zinc> like more mellow colors.
  10.  
  11.     zinc> this is with E/L 1.99q7 (ELF) Linux 1.3.70 X-Windows
  12.  
  13. On a Mac the highlighting color is stored as a 6-byte RGB value at
  14. address 0xDA0.  Executor sets that to R:G:B = 0xFFFF:0xFFFF:0x0000 by
  15. default (bright yellow).  There's no reason that value couldn't be
  16. adjusted, but there's also no code in Executor to let you do that.  I
  17. suppose we could add a command-line switch, but personally I'd rather
  18. not clutter up the list of Executor switches any more.
  19.  
  20. Someone could probably write a desk accessory to let you change this
  21. value.  Since you're using Linux, I suppose you could change the value
  22. of the memory locations holding the highlight color in gdb.  Heh.
  23.  
  24. -Mat
  25.  
  26.