Bug 404457 - Changing tab text color using \e[28;<color>t hasn't worked in 10+ years
Summary: Changing tab text color using \e[28;<color>t hasn't worked in 10+ years
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-16 20:14 UTC by Kurt Hindenburg
Modified: 2019-02-20 05:40 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 Kurt Hindenburg 2019-02-16 20:14:11 UTC
SUMMARY
This hasn't worked since the KDE5 conversion
-----------------
SVN code committed in 2005:
Add ESC code to change tab text color. Since t has to do with window
manipulation (according to xterm control seq), I decided to use it with
28.  This doesn't do anything according to the specs as far as I can tell.

change tab text color : \e[28;<color>t  color: 0-16,777,215

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

STEPS TO REPRODUCE
1. printf '\e[28;11t' 
2. 
3. 

OBSERVED RESULT
Nothing happens - connected signal goes no where

EXPECTED RESULT
I believe the tab text color should change to a number related to option - here 11

SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 2 Kurt Hindenburg 2019-02-20 05:40:39 UTC
Git commit 1c8ba770b176834bc28f866eb68a876453abc637 by Kurt Hindenburg.
Committed on 20/02/2019 at 05:38.
Pushed by hindenburg into branch 'master'.

Correct slot called for changing tab text color - not implemented

Previously, the signal was attached to another signal; the actual code
has not been implemented in 10+ years.

M  +6    -1    src/Session.cpp
M  +8    -7    src/Session.h

https://commits.kde.org/konsole/1c8ba770b176834bc28f866eb68a876453abc637