Christopher Zimmermann writes:
> Package: bash
> Version: 3.1-2
> Severity: wishlist
> Tags: patch
>
> Hi,
> it would be nice to be able to use the feature of screen described in
> info screen Window Naming Dynamic.
> Bash could easily support this feature by adding three lines to
> /etc/skel/.bashrc:
>
> # If this is an xterm set the title to [EMAIL PROTECTED]:dir
> case "$TERM" in
> xterm*|rxvt*)
> PROMPT_COMMAND='echo -ne "\033]0;[EMAIL PROTECTED]: ${PWD/$HOME/~}\007"'
> ;;
> +screen*)
> + PROMPT_COMMAND='echo -ne "\033k\033\134"'
> + ;;
> *)
> ;;
> esac
I'm unable to see this working. How is this supposed to work?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]