thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

Added truecolor support to the terminfo #778

Closed scrouthtv closed 3 years ago

scrouthtv commented 3 years ago

The colors value indicates how many colors the terminal supports. Currently, it's set to 255, however, termite supports true rgb (256 256 256) colors.

According to man terminfo, the colors capability indicates how many colors the terminal supports.

xterm have a special terminfo for this called xterm-direct which claims full rgb support like this:

 ~ infocmp xterm-direct | grep colors
    colors#0x1000000, cols#80, it#8, lines#24, pairs#0x10000,

It should be the same in termite as termite also supports true rgb (or direct) mode.

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.