Bug 47838

Summary: ANSI sequences not interpreted properly
Product: [Applications] konsole Reporter: Thomas Koeller <thomas>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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