git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca42bf1
)
Mild OCD.
author
Iain Patterson
<me@iain.cx>
Tue, 1 Nov 2011 17:49:01 +0000
(17:49 +0000)
committer
Iain Patterson
<me@iain.cx>
Wed, 2 Nov 2011 10:08:26 +0000
(10:08 +0000)
opt/bin/usize
patch
|
blob
|
history
diff --git
a/opt/bin/usize
b/opt/bin/usize
index
e1751fe
..
c287fa1
100755
(executable)
--- 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 -e
n
"$tmux_prefix\033[8;$height;$width;t"
exit 0