Re: std/graphcst.e colors in OSX

new topic     » goto parent     » topic index » view thread      » older message » newer message

I went ahead and edited the new OSX constants in $EUINC/std/graphcst.e on my own. I can't seem to get it working. These are good:

BLACK = 0, 
GREEN = 2, 
MAGENTA = 5, 
WHITE = 7, 
GRAY  = 8, 
BRIGHT_GREEN = 10, 
BRIGHT_MAGENTA = 13, 
BRIGHT_WHITE = 15 

These bomb out:

ifdef OSX then 
BLUE        =  4 
CYAN        =  3 
RED         =  1 
BROWN       =  6 
BRIGHT_BLUE =  12 
BRIGHT_CYAN = 14 
BRIGHT_RED  =  9 
YELLOW      =  11 

The problem is with blue/red, bright_blue/bright_red, cyan/brown, bright_cyan/yellow.

I've switched them back and forth in graphcst.e to no avail. It almost seems like there's other code getting in the way. Could that be possible? duke

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu