Bug 58035 - show prompt in window title
Summary: show prompt in window title
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-02 22:20 UTC by Ferdinand Gassauer
Modified: 2003-05-03 09:35 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 Ferdinand Gassauer 2003-05-02 22:20:04 UTC
Version:           1.2 post (using KDE 3.1.9)
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.20-4GB

Hi!
sometimes the Window title of Konsole shows the correct prompt, sometimes not.
I open a ssh connection to 2 Linux servers
- SuSE 7.0 - the window title of konsole does not change
definition of PS1='\u@\h:\w >

- SuSE 8.2 - the window title of konsole changes 
definition of PS1='\[\e]2;\u@\h:$(ppwd)\007\e]1;\h\007\]\u@\h:\w> '

any idea ?
cu
ferdinand
Comment 1 Thiago Macieira 2003-05-03 01:25:08 UTC
The second PS1 seems to have escape sequences to change the title, while the 
first most certainly does not. The first won't be changing the window title. 
Comment 2 Stephan Binner 2003-05-03 09:35:04 UTC
Setup problem.