| Summary: | Konsole crops wide non mono icon-fonts when next char has different color | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Vincenzo Di Massa <hawk.it> |
| Component: | font | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | 22.04.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=432898 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
See how the bug crops icons on the left
Bug reproduced with printf |
||
|
Description
Vincenzo Di Massa
2023-05-20 18:37:53 UTC
Created attachment 159158 [details]
Bug reproduced with printf
No problem when next char is same color:
printf "\e[1;33m test \xE2\x9C\x94 \e[0m test \xE2\x9C\x94 missing\n"
Problem reproduced:
printf "\e[1;33m test \xE2\x9C\x94 \e[0m test \xE2\x9C\x94 missing\n"
Works in 23.04.1 compiled from src on kubuntu 22.04. > Works in 23.04.1 compiled from src on kubuntu 22.04.
|