Getting 256 colors out of ruby-ncurses
Posted
by push.cx
on Stack Overflow
See other posts from Stack Overflow
or by push.cx
Published on 2008-10-05T04:33:15Z
Indexed on
2010/04/04
7:33 UTC
Read the original article
Hit count: 526
I've got 256 colors working great in my terminal (test scripts here), but it stops working when I use ncurses (via Ruby-ncurses). Printing the escape sequences given on that page works fine, but when I initialize ncurses 'puts' stops working and I can't output the colors with any of the various ncurses color changing/string output functions I've found. What gives?
© Stack Overflow or respective owner