Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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

Default SSH/Telnet Terminal Size

I'm writing an SSH/Telnet client for the Blackberry (and for other hand-held devices). My question is more related to usability. Due to the screen size limitations for certain devices, and ...
1
vote
1answer
62 views

Is it possible to output on multiple terminal windows within a single C program?

Basically what I'd like to do is have two output terminal windows for a single program. One would be displaying a log of actions being taken by the program, and the second would be displaying ...
1
vote
2answers
27 views

timing control for parallel processes

how can i control two processes to run alternately in separate terminal windows. for example i run the code for each on separate terminal windows at 11:59 and both of them wait for the time to be ...