<sterni>
where does the COLORTERM env var come from? and what values can it have?
<sterni>
seems like it is mostly set to truecolor? true indicates 256 colors (?)
<testuser[m]>
its set on slave.c line 290
<dnkl>
sterni: COLORTERM is used by a number of applications to check for trucolor support. Not sure if it's ever set to anything but truecolor, in any terminal emulator
<dnkl>
Applications typically rely on terminfo when checking for 256-color support
<dnkl>
Truecolor == 24-bit colors
pkap has quit [Quit: Client closed]
<sterni>
I don't want to depend on terminfo :|
<sterni>
although checking for 16 bit color is a bit silly
<sterni>
you can probably do is TERM set? is TERM not "dumb"?