Gnu screen, how to update dynamically the title of a window?
Posted
by
Fabio
on Server Fault
See other posts from Server Fault
or by Fabio
Published on 2011-02-10T23:21:37Z
Indexed on
2011/02/10
23:27 UTC
Read the original article
Hit count: 367
I googled a lot, but I can't find the answer I'm looking for...
I'm trying to improve the aspect of GNU Screen using the screenrc file, I tuned colors, status line, caption and the list of the loaded windows.
The only thing I'm not able to achieve is getting the caption with the current executed command as in this picture, note the vim caption in the right pane.
What I currently have is this, and what I would like to obtain is having captions (and if possible also hardstatus line) with |0 less| 1 man
instead of the current |0 bash| 1 bash
.
How to do this? Thanks in advance.
© Server Fault or respective owner