From 08a2c3604c45a8760381f850986ad45e9aa6164f Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Tue, 1 Nov 2011 17:49:01 +0000 Subject: [PATCH] Mild OCD. --- opt/bin/usize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1