suplemon icon indicating copy to clipboard operation
suplemon copied to clipboard

Warning about enhanced colors when using linux tty[1-6] console

Open edrozenberg opened this issue 5 years ago • 1 comments

When using the local tty (1-6), the default terminal is set to "linux". This default terminal only supports 8 colors ( tput colors shows 8 ). suplemon prints the following warning at each program start as a result:

suplemon.ui - WARNING - Enhanced colors failed to load. You could try 'export TERM=xterm-256color'.

Suggestion: don't print warning, or provide a setting to ignore this issue and not print a warning each time.

edrozenberg avatar May 19 '19 19:05 edrozenberg

Yeah, it's probably reasonable to not show that as a warning. Maybe it could be set to INFO or even DEBUG. I'll probably change it in the next release.

richrd avatar May 29 '19 08:05 richrd