Bug 229058
Summary: | If NEWT_MONO does not exist, SLtt_Use_Ansi_Colors should still equal 1 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Cantrell <dcantrell> |
Component: | newt | Assignee: | Miroslav Lichvar <mlichvar> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-02-17 12:27:14 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
David Cantrell
2007-02-16 18:59:40 UTC
With the above patch you are forcing newt to use color mode even on monochrome terminals. That's exactly the bug that was fixed in the latest newt. Slang sets SLtt_Use_Ansi_Colors to 1, but only if the terminal supports colors (in terminfo database). It's possible to force color mode with slang's variable COLORTERM. |