INSTALL: don't try to use \b in acme window

R=rsc
http://codereview.appspot.com/6734051
This commit is contained in:
Russ Cox 2012-10-20 13:41:25 -04:00
parent 220c15d2b7
commit 497cd6b409

2
dist/isum.awk vendored
View file

@ -8,6 +8,8 @@ BEGIN {
statuslen = 0
debug = 0
updates = "/dev/stderr"
if(ENVIRON["winid"] != "") # running in acme window
updates = ""
}
function myflush(f)