Re: [dev] [dvtm] Truecolor support

2014-10-27 Thread Paride Legovini
On 2014-10-27 21:11, k...@shike2.com wrote: Hi, Apparently curses provides: int init_color(short color, short r, short g, short b); not quite sure what it does internally. There is no support for true color in terminfo, so curses cannot handle it. If your application need it the only way

Re: [dev] [dvtm] Truecolor support

2014-10-27 Thread Paride Legovini
On 2014-10-27 21:11, k...@shike2.com wrote: Hi, Apparently curses provides: int init_color(short color, short r, short g, short b); not quite sure what it does internally. There is no support for true color in terminfo, so curses cannot handle it. If your application need it the only way

[dev] [dvtm] Truecolor support

2014-10-26 Thread Paride Legovini
Hi, I see that st nicely support "truecolor" sequences, as it can be easily tested with this command: printf "\x1b[38;2;255;100;0mTRUECOLOR\x1b[0m\n" that has to be given outside any terminal multiplexer. The point is that currently no terminal multiplexer (tmux, dvtm, screen) supports this