http://bugzilla.opensuse.org/show_bug.cgi?id=1188862 http://bugzilla.opensuse.org/show_bug.cgi?id=1188862#c8 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|IN_PROGRESS |RESOLVED Resolution|--- |FIXED --- Comment #8 from Dr. Werner Fink <werner@suse.com> --- (In reply to Adam Majer from comment #7)
1. mc prefers Slang over ncurses, though there is an option to use ncurses too
2. The COLORTERM is to *force* color mode. It works just fine to detect color without this hack. I think it should be removed.
OK ... I guess that using some of the skins require more than having 8 colors. Therefore the new approach with e.g. cat files/usr/etc/profile.d/term.sh # # Midnight Commander needs this to run in color mode # if test "$(tput colors 2>/dev/null || echo 0)" -gt 8; then COLORTERM=truecolor export COLORTERM fi and similar for tcsh should do the job. -- You are receiving this mail because: You are on the CC list for the bug.