Under GNU screen, one can use c-a A
to give current window a name. However, screen also detect program running and it can overwrite the self-defined window name.
For example, I can specify a window name call server log
. If I do some job control and fg
to another job the window name will be updated to fg
, which is not very informational.
How can I keep the self-defined window name from auto update?