[konsole] [Bug 349088] Down arrow (and other arrows) characters display wrong width

2024-04-26 Thread Thomas Landauer
https://bugs.kde.org/show_bug.cgi?id=349088

Thomas Landauer  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 349088] Down arrow (and other arrows) characters display wrong width

2024-04-11 Thread Thomas Landauer
https://bugs.kde.org/show_bug.cgi?id=349088

--- Comment #14 from Thomas Landauer  ---
I don't know how to get Qt 6.
The issue from my above reproduction script seems to be fixed now in Konsole
21.12.3 (Qt 5.15.3).

But there's still something wrong, regarding styling (color):
* The color is never working for those special characters
* The character is only displayed partially, if there's no blank after it

```bash
#!/bin/bash

GREEN='\033[0;32m'
NC='\033[0m' # No Color

printf "${GREEN}Green${NC}\n" # Just to prove that `${GREEN}` is working in
principle ;-)
printf "✔\n" # Full checkmark displayed in grey color
printf "${GREEN}✔${NC}\n" # "Half" checkmark displayed in grey color
printf "${GREEN}✔ ${NC}\n" # Full checkmark displayed in grey color
```

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 443723] "Display geometry when moving or resizing" feature is missing

2022-10-27 Thread Thomas Landauer
https://bugs.kde.org/show_bug.cgi?id=443723

Thomas Landauer  changed:

   What|Removed |Added

 CC||tho...@landauer.at

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 349088] Down arrow (and other arrows) characters display wrong width

2021-03-16 Thread Thomas Landauer
https://bugs.kde.org/show_bug.cgi?id=349088

Thomas Landauer  changed:

   What|Removed |Added

 CC||tho...@landauer.at

--- Comment #10 from Thomas Landauer  ---
I'm observing the same with other characters too, in Konsole 19.12.3 (=default
on kubuntu 20.04): ✔ (checkmark) and ✖ (X)
Here's a (very fancy ;-) reproduction script:
```bash
#!/bin/bash
echo '✖';
echo '✖A';
echo '✖ A';
echo '↓';
echo '↓A';
echo '↓ A';
```
The problem only occurs, if the UTF8-character is *immediately* followed by
another (`✖A`); it works if it's followed by a line break or space.

Here's a screenshot:
https://github.com/Codeception/Codeception/issues/6029#issue-735432274

-- 
You are receiving this mail because:
You are watching all bug changes.