-
Notifications
You must be signed in to change notification settings - Fork 3
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
-b, --nocolor options not working usefully #3023
Comments
Replying to dnied (#3023):
Cannot confirm.
MC uses A_REVERSE independently of $TERM value. |
Have you tried on a monochrome xterm with 'xterm -cm' ? |
Replying to dnied:
And what? How mc should recognize than it runs under 'xterm -cm'? |
Replying to andrew_b:
Like any other software that runs correctly on 'xterm -cm', maybe? See slrn, w3m, lynx, etc. |
|
|
Important
This issue was migrated from Trac:
dnied
(dnied@….it)The '-b' and '--nocolor' mc options don't produce usable output because the selection bar is not visible. Mc should probably use inverse-screen for the selection bar when asked to go colorless.
Experimenting with $TERM, I found that mc actually draws an inverse-screen selection bar, though only if TERM=xtermm (but then the arrow keys don't work). Mc should draw it like that for any value of TERM, when '-b' or '--nocolor' are specified.
Verified on 'xterm -cm', with and without GNUscreen.
The text was updated successfully, but these errors were encountered: