From: Iain Patterson Date: Tue, 1 Nov 2011 17:49:01 +0000 (+0000) Subject: Mild OCD. X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=08a2c3604c45a8760381f850986ad45e9aa6164f;p=profile.git Mild OCD. --- 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