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