How can I automatically update the title in an xterm running screen?
- by Nathan Fellman
This is a bit of a followup to this question. I'm working in tcsh within GNU screen in an xterm.
I have the following in my .cshrc:
alias res_t 'xtset -t %h:%d "(%u:%g)" %e' # reset titlebar
res_t # reset title right now
alias precmd res_t
And this works fine!
However, when I run screen I see…