| Summary: | Changing tab text color using \e[28;<color>t hasn't worked in 10+ years | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Kurt Hindenburg <khindenburg> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Kurt Hindenburg
2019-02-16 20:14:11 UTC
Other requests for tab color changes/options https://bugs.kde.org/show_bug.cgi?id=396960 https://bugs.kde.org/show_bug.cgi?id=370397 https://bugs.kde.org/show_bug.cgi?id=373714 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 |