> I'm unable to see this working. How is this supposed to work?
You probably should use:
screen*)
PROMPT_COMMAND='echo -n -e "\033k\033\0134"'
;;
See https://savannah.gnu.org/bugs/?24133#comment0.
Or
screen*)
PROMPT_COMMAND='echo -ne "\033k\033\\"'
;;
See https://bugs.launchpad.net/ubuntu/+bug/188938.
AFAIK the screen PROMPT_COMMAND case in .bashrc is dependent upon the following
being in your .screenrc:
# Set the title to the name of the running program
shelltitle "$ |bash"
See the TITLES (naming windows) section in the screen man page.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]