https://bugs.kde.org/show_bug.cgi?id=480843
Bug ID: 480843 Summary: ANSI escape sequence for dim/faint not working Classification: Applications Product: konsole Version: 23.08.1 Platform: Kubuntu OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: emulation Assignee: konsole-de...@kde.org Reporter: greenscarf...@gmail.com Target Milestone: --- Created attachment 165536 --> https://bugs.kde.org/attachment.cgi?id=165536&action=edit konsole SUMMARY using ANSI escape sequence for dim/faint does not make the text dim at all. STEPS TO REPRODUCE enter following on konsole. printf "Regular\n\x1b[1mBold\x1b[22m\n\x1b[2mFaint\x1b[22m\n" OBSERVED RESULT the line "Faint" has no distinct from the line "Regular". EXPECTED RESULT colors are rendered dim/faint/light gray as specified in ANSI escape code. https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_(Select_Graphic_Rendition)_parameters SOFTWARE/OS VERSIONS Linux/KDE Plasma: Kubuntu 23.10 KDE Plasma Version: KDE Plasma Version: 5.27.8 KDE Frameworks Version: 5.110.0 Qt Version: 5.15.10 ADDITIONAL INFORMATION dim/faint works on xterm, linux console, and macos terminal. related links: https://github.com/lumeland/lume/pull/563 https://stackoverflow.com/questions/19567208/why-is-git-dim-color-option-not-working -- You are receiving this mail because: You are watching all bug changes.