[Konsole-devel] [Bug 86005] show path as session name on tab

Martin Koller m.koller at surfeu.at
Wed Jul 28 08:15:46 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=86005      




------- Additional Comments From m.koller surfeu at  2004-07-28 10:15 -------
Thanks for the hint, but this is not what I want.
I want to have the path in the _session tab label_, and not in the title.
In addition to this, I'm using tcsh and not bash.

Nevertheless I found a solution also in the "Tip of the day" (It would be good to explain what the mentioned string in the tip is doing, e.g. what the result does look like) or better: explain that the ESC sequence has to be of the form
<ESC>]30;<text to display><BEL>

What I do now in my .tcshrc is:
set prompt='%{\e]30;%}%m[%c3]%{\a%}%m[%c3]# '
which gives something like
hostname[/tmp]#
as the prompt and
hostname[/tmp]
in the tab label.

Maybe you can assign this to the konsole documentation guys, because it was not so easy to find out.



More information about the konsole-devel mailing list