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 on attachment 185834 [details] Above is LXTerminal with correct ouput, below Konsole not Above LXTerminal is OK, below Konsole not