[Konsole-devel] [konsole] [Bug 351380] New: Ubuntu Mone. Unicode + color => truncate last character.

Konstantin k-i-r at inbox.ru
Sun Aug 16 22:48:29 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=351380

            Bug ID: 351380
           Summary: Ubuntu Mone. Unicode + color => truncate last
                    character.
           Product: konsole
           Version: 2.13.2
          Platform: Kubuntu Packages
               URL: http://i.imgur.com/peqm9ti.png
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: font
          Assignee: konsole-devel at kde.org
          Reporter: k-i-r at inbox.ru

font: Ubuntu Mono.
Print string with unicode characters and terminal colors.
Last character is truncated.

Without colors it works well. Without unicode chars too.
Any other font works fine.

See screenshot for details.

Reproducible: Always

Steps to Reproduce:
1. Set up konsole font to Ubuntu Mono
2. Into konsole:
    > RED='\033[31m'
    > NC='\033[0m'
    > printf "${RED}✕ it should be less than 3${NC}\n"     # copy-paste, it is
not X.
try
    > printf "✕ it should be less than 3\n"
try
    > printf "${RED} it should be less than 3${NC}\n"
3. Change font and see.

Actual Results:  
Last character of string ugly truncated. Moving the cursor through this string
is hard.

Expected Results:  
All should work fine=)

Sorry for my English.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list