Tagged Questions
12
votes
6answers
4k views
How can I automatically update the title in an xterm running screen?
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
...