X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Fxtitle;h=4530949a0537f611ebe403e5fce63437510324b7;hb=39d24747be9a09140eb9e18af2a305cef40c2be5;hp=6df8cdc282266507ad66b887b28e82fbdc0dbcaa;hpb=58d23a654eb7f78f4ba203425b64583a9ae4e6ca;p=dotfiles.git diff --git a/bin/xtitle b/bin/xtitle index 6df8cdc..4530949 100755 --- a/bin/xtitle +++ b/bin/xtitle @@ -7,12 +7,12 @@ case "$TERM" in else TITLE="$@" fi - echo -ne "\033]0;${TITLE}\007" # Set xterm caption + echo -ne "\033]0;${TITLE}\007" # Set xterm title ;; esac case "$TERM" in screen*) - echo -ne "\033k${TITLE}\033\\" # Set screen caption + echo -ne "\033k${TITLE}\033\\" # Set screen/tmux caption ;; esac