-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using screen
tab title does not change
#698
Comments
elementary terminal uses VTE, that by itself, uses XTerm Title Escape Sequence to change the window title. The Arch Linux wiki has some instructions to set it using screen. The tab title is always the current running directory of the shell. |
thanks for the link! i was able to make window title change with the following .screenrc config lines:
unfortunately, tab title always stays the directory name prior to running |
screen
tab title and window title does not changescreen
tab title does not change
As you have solved the window title issue, I have changed the description of the issue to just the tab label. It is not clear how Terminal can access the information you need to be shown, at least without very specific fixes for the |
What Happened?
Typically using
screen
on my localhost and on all servers.Nor tab title not window title doesnt change when using screen on localhost or on any servers (using
mosh
btw, notssh
)Steps to Reproduce
run
screen
.see screenshot:
Expected Behavior
tab title & window title to resemble whats going on in a tab in screen. or at least show a hostname where its happening (if possible with
mosh
)OS Version
6.x (Odin)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered: