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:
500ba2b
)
Typo.
author
Iain Patterson
<me@iain.cx>
Sun, 21 Mar 2010 11:47:16 +0000
(11:47 +0000)
committer
Iain Patterson
<me@iain.cx>
Sun, 21 Mar 2010 11:47:16 +0000
(11:47 +0000)
opt/bin/ufont
patch
|
blob
|
history
diff --git
a/opt/bin/ufont
b/opt/bin/ufont
index
7d3e8b8
..
aab29fe
100755
(executable)
--- a/
opt/bin/ufont
+++ b/
opt/bin/ufont
@@
-15,5
+15,5
@@
if [ -z "$size" ]; then
fi
escape="$font:pixelsize=$size:aspect=$aspect"
-echo -e "\033]710;$escape\007\033]711;$escap\007"
+echo -e "\033]710;$escape\007\033]711;$escap
e
\007"
exit $?