Bug 480843 - ANSI escape sequence for dim/faint not working
Summary: ANSI escape sequence for dim/faint not working
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: emulation (show other bugs)
Version: 23.08.1
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-04 11:25 UTC by greenscarf005
Modified: 2024-02-24 23:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
konsole (37.65 KB, image/png)
2024-02-04 11:25 UTC, greenscarf005
Details
xterm (15.92 KB, image/png)
2024-02-04 11:25 UTC, greenscarf005
Details

Note You need to log in before you can comment on or make changes to this bug.
Description greenscarf005 2024-02-04 11:25:29 UTC
Created attachment 165536 [details]
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
Comment 1 greenscarf005 2024-02-04 11:25:52 UTC
Created attachment 165537 [details]
xterm
Comment 2 ninjalj 2024-02-24 23:09:58 UTC
Konsole uses its color schemes to select a faint color. You could try selecting a different color scheme, or tweaking the faint colors in your chosen color scheme.