Excerpts from Alex Gutteridge's message of Wed Nov 28 19:49:34 -0600 2007: > All the ncurses examples run, but not in color, so there's clearly > something going wrong with OSX or my terminal. Curses wont initialize > any color pair, so it's seems to be a problem with curses on OSX not > sup.
If I remember correctly, the Apple Terminal program identified itself as "xterm-color". This has caused me problems in the past. Changing it to simply "xterm" has fixed it for me with no loss of functionality. -- Christopher Warrington <[EMAIL PROTECTED]> _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
