Bug 47838 - ANSI sequences not interpreted properly
Summary: ANSI sequences not interpreted properly
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-14 00:08 UTC by Thomas Koeller
Modified: 2002-09-16 14:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Koeller 2002-09-14 00:08:39 UTC
Version:            (using KDE KDE 3.0.3)
Installed from:    Compiled From Sources
OS:          Linux

Running a bash shell in konsole, I set the prompt string like so: PS1="\e]2;\w\a\e[34;1m\! \s-\v \$\e[0m ". This should set the text foreground color to blue and also set the 'bold' attribute. However, the 'bold' attribute is ineffective for the first session in a konsole window, while it does take effect in the second and all following sessions. Another problem is that konsole recognizes the CSI sequence only if the seven-bit encoding '\e[' is used, the equivalent eight-bit encoding '\233' is not recognized.
Comment 1 Waldo Bastian 2002-09-14 02:02:51 UTC
The bold is dependant on the color scheme used. If you select "Xterm Colors",
you will get bold.

I will add support for /233
Comment 2 Waldo Bastian 2002-09-14 02:16:10 UTC
Support for /233 has been added for KDE 3.1