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

  1.     id m0tuMtl-0007qya; Wed, 6 Mar 96 10:21 MST
  2. Sender: owner-executor
  3. Received: from gwar.ardi.com by ftp.ardi.com with bsmtp
  4.     (Smail3.1.29.1 #3) id m0tuMtC-0007qxC; Wed, 6 Mar 96 10:20 MST
  5. Received: by gwar.ardi.com (Smail3.1.29.1 #3)
  6.     id m0tuMsW-000GOKC; Wed, 6 Mar 96 10:19 MST
  7. Message-Id: <m0tuMsW-000GOKC@gwar.ardi.com>
  8. Date: Wed, 6 Mar 96 10:19 MST
  9. From: mat@ardi.com (Mat Hostetter)
  10. To: zinc@zifi.genetics.utah.edu (zinc)
  11. Cc: executor@ardi.com
  12. Subject: Re: selection color under executor
  13. Newsgroups: comp.emulators.mac.executor
  14. In-Reply-To: <4he2g0$ms@news.cc.utah.edu>
  15. References: <4he2g0$ms@news.cc.utah.edu>
  16. Sender: owner-executor@ardi.com
  17. Precedence: bulk
  18.  
  19. >>>>> "zinc" == zinc  <zinc@zifi.genetics.utah.edu> writes:
  20.  
  21.     zinc> it's been a long time since i've asked a question here and
  22.     zinc> this one has piqued my mind enough lately.
  23.  
  24.     zinc> is it possible to change the color used by programs such as
  25.     zinc> Word or KaleidaGraph for selected text?  on my system the
  26.     zinc> default is a bright yellow which isn't too bad but i usually
  27.     zinc> like more mellow colors.
  28.  
  29.     zinc> this is with E/L 1.99q7 (ELF) Linux 1.3.70 X-Windows
  30.  
  31. On a Mac the highlighting color is stored as a 6-byte RGB value at
  32. address 0xDA0.  Executor sets that to R:G:B = 0xFFFF:0xFFFF:0x0000 by
  33. default (bright yellow).  There's no reason that value couldn't be
  34. adjusted, but there's also no code in Executor to let you do that.  I
  35. suppose we could add a command-line switch, but personally I'd rather
  36. not clutter up the list of Executor switches any more.
  37.  
  38. Someone could probably write a desk accessory to let you change this
  39. value.  Since you're using Linux, I suppose you could change the value
  40. of the memory locations holding the highlight color in gdb.  Heh.
  41.  
  42. -Mat
  43.  
  44.