Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
2k views

256 color terminal library for Ruby?

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 ...
6
votes
1answer
539 views

(vim profiling) VIM 256 colors mode, laggy php files

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, ...
6
votes
3answers
2k views

Getting 256 colors out of ruby-ncurses

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 ...
3
votes
1answer
568 views

256 colors, foreground and background

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 ...