| Summary: | Even short titles set by console are trimmed | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Marco Poletti <poletti.marco> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | adaptee |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Screenshot of trimmed title | ||
Created attachment 37662 [details]
Screenshot of trimmed title
Here you can see a 21 character title that would fit in the tab, but it's trimmed anyway.
can't reproduce this with 2.7.999. Is is already fixed? I think this has been fixed, as I can't reproduce it with 2.6 (using KDE 4.6.0). |
Version: (using KDE 4.3.1) Installed from: SuSE RPMs When you set \w as title format for tabs, you expect the title will be trimmed based on the tab width, or not at all. Instead, it's trimmed to 20 characters (plus "...", so there are 23). Steps to reproduce: Edit the current profile and set \w as the «title format for tabs» in the tab «Tabs». Execute the following command in konsole: export PROMPT_COMMAND='echo -ne "\033]0;123456789123456789123\007"' Expected results: The string is not trimmed. Actual results: The string is trimmed.