https://bugs.kde.org/show_bug.cgi?id=410907
Bug ID: 410907
Summary: The tab caption grows longer each time one does a git
commit (using vi)
Product: konsole
Version: 19.04.3
Platform: Gentoo Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: tabbar
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When I work on a git repository using konsole, the tab's text grows each time I
do a commit (using vi). One can easily reproduce this having the default "%d :
%n : %w" template for the tab text set as follows:
$ mkdir foo
$ git init
$ touch bar
$ git add bar
Konsole's tab name is currently "foo : bash :", as it should be. Now commit the
change:
$ git commit -a
Enter a commit message and do :x. Konsole's tab name is now "foo : bash : foo :
bash :"
One more "foo : bash :" is added with each commit.
Surely not a severe bug, but it sucks as soon as the tab's name is so long that
a second tab is not visible anymore ;-)
--
You are receiving this mail because:
You are watching all bug changes.