-
Notifications
You must be signed in to change notification settings - Fork 700
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
Strange behavior on Debian linux with any terminal except xterm-color #2085
Comments
Exactly the same problem with the latest official Microsoft Dotnet Docker image, and with the Docker Desktop terminal. |
Hi, thanks for getting in touch. Looks like the colors are not being recognized by the curses driver. What is your $TERM variable? Try setting it to
Another option is to use If you are using a remoting technology e.g. PuTTY then you might need to set this TERM variable in that too, see: #1455 |
Interesting. Fascinating. |
Strange. If Midnight Commander works ok out of the box then it should be possible to improve things. At the very least we could look for TERM variables that we know are not going to work and override them to ncurses (hopefully). |
Two things relative to this:
|
I think this is a great idea! SetEnvironmentVariable(String, String) makes changes for the current process only. So there is no harm in forcing xterm-256color in situations where we know the value the user currently has wont work (e.g. it is blank or |
Describe the bug
Barely see anything absolutely no colors, sometimes something flashes up, otherwise mostly black screen. Menu "works", if you can figure out where you are.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Works exacly like on Windows.
Screenshots
The text was updated successfully, but these errors were encountered: