Is it possible to write a script to change the name and turn on monitoring for the current tab assuming that it is being run in screen?
Thanks.
I think this works:
if [-n "$STY"]; then screen -X title "foo" screen -X monitor on fi