Bug 510676 - Blue color instead of bold if using ANSI escape sequences
Summary: Blue color instead of bold if using ANSI escape sequences
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (other bugs)
Version First Reported In: 25.08.2
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-16 09:16 UTC by Christoph Dunschen
Modified: 2025-10-16 09:17 UTC (History)
0 users

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


Attachments
Above is LXTerminal with correct ouput, below Konsole not (61.02 KB, image/jpeg)
2025-10-16 09:16 UTC, Christoph Dunschen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Dunschen 2025-10-16 09:16:33 UTC
Created attachment 185834 [details]
Above is LXTerminal with correct ouput, below Konsole not

***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

Please remove this comment after reading and before submitting - thanks!
***

SUMMARY
Blue color instead of bold if using ANSI escape sequences

STEPS TO REPRODUCE
1. Open Konsole
2. See screenshot "konsole_bold.jpg"
3. Enter: echo -e '\033[1mYOUR_STRING\033[0m'
4. Or: python and enter print("\33[1m TEST \033[0m Bold on")

OBSERVED RESULT
See screnshot "konsole_bold.jpg", below result

EXPECTED RESULT
See screnshot "konsole_bold.jpg", above result (like in LXTerminal)

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
(available in the Info Center app, or by running `kinfo` in a terminal window)
Linux/KDE Plasma: 
KDE Plasma Version: 6.4.5
KDE Frameworks Version: 6.10.0
Qt Version: 6.10.0

ADDITIONAL INFORMATION
I use Default settings for Konsole
Comment 1 Christoph Dunschen 2025-10-16 09:17:37 UTC
Comment on attachment 185834 [details]
Above is LXTerminal with correct ouput, below Konsole not

Above LXTerminal is OK,
below Konsole not