Mild OCD.
authorIain Patterson <me@iain.cx>
Tue, 1 Nov 2011 17:49:01 +0000 (17:49 +0000)
committerIain Patterson <me@iain.cx>
Wed, 2 Nov 2011 10:08:26 +0000 (10:08 +0000)
opt/bin/usize

index e1751fe..c287fa1 100755 (executable)
@@ -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