X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=opt%2Fbin%2Fusize;h=c287fa168f27db07960dd872aaa515727e2d9615;hp=e1751fec5b9ca5dfbb238456f9ab6a47c6087442;hb=08a2c3604c45a8760381f850986ad45e9aa6164f;hpb=10c0d8a71e66257bfffc6ea0ca49d9423fcc1b95 diff --git a/opt/bin/usize b/opt/bin/usize index e1751fe..c287fa1 100755 --- a/opt/bin/usize +++ b/opt/bin/usize @@ -33,5 +33,5 @@ if [ ! "${height#x}" = "${height}" ]; then fi [ -n "$TMUX" ] && tmux_prefix="\033Ptmux;\033" -echo -e "$tmux_prefix\033[8;$height;$width;t" +echo -en "$tmux_prefix\033[8;$height;$width;t" exit 0