else
TITLE="$@"
fi
+ XTITLE="\033]0;${TITLE}\007" # Set xterm title/icon
case "$TERM" in
screen*)
- echo -n "\033P\033]0;${TITLE}\007\033\\" # Set xterm title/icon
- echo -n "\033k${TITLE}\033\\" # Set screen/tmux caption
- ;;
- *)
- echo -n "\033]0;${TITLE}\007" # Set xterm title/icon
+ XTITLE="\033P${XTITLE}\033\\\\" # Set xterm title/icon under screen/tmux
+ XTITLE="${XTITLE}\033k${TITLE}\033\\\\" # Set screen/tmux caption
;;
esac
+ echo -n "$XTITLE"
;;
esac