X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=opt%2Fbin%2Fufont;h=94a9b8a68025f7c594507b9d6db9ef23eb6bc3b5;hb=33e89a52bbbf10cc2294c7589711b17d7470dfcc;hp=09e656a97f929f56d0b1a6475bc0e08e60973c15;hpb=075775f3cc96f370c037767f52596e96b240e49a;p=profile.git diff --git a/opt/bin/ufont b/opt/bin/ufont index 09e656a..94a9b8a 100755 --- a/opt/bin/ufont +++ b/opt/bin/ufont @@ -14,5 +14,6 @@ if [ -z "$size" ]; then fi escape="$font:pixelsize=$size" -echo -e "\033]710;$escape\007\033]711;$escape\007" +[ -n "$TMUX" ] && tmux_prefix="\033Ptmux;\033" +echo -en "$tmux_prefix\033]710;$escape\007$tmux_prefix\033]711;$escape\007" exit $?