Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
edrozenberg opened this issue May 19, 2019 · 1 comment
Open
Assignees
Milestone

Comments

@edrozenberg
Copy link

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.

@richrd
Copy link
Owner

richrd commented May 29, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants