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 functi...
This is a tale of two scripts and is related to a previous question.
The two scripts are at http://gist.github.com/50692. The ansi.rb script displays all 256 colors on all 256 background colors. The ncurses.rb script displays all 256 foreground colors but the background displays the basic 16 and then seems to cycle through various attri...
Is there a gem like 'Term::ANSIColor' which works with 256 color terminals? The perl script 256colors2.pl works great in my terminal, and I'd like to use some of these colors in my ruby scripts without manually inserting the ANSI codes.
...
Hi, I'm using 256-colors theme in vim (set t_Co=256) and all php files opens about 8 seconds.
It's my local dual-core machine
It doesn't depend on color scheme I used (zenburn, wombat, wombat256)
HTML, Python, JS or every else files opens momentary
It takes about 8 sec even to create new php files (:o newfile.php)
I've setting up my te...