Mild OCD.
[profile.git] / 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