INSTALL: don't try to use \b in acme window
R=rsc http://codereview.appspot.com/6734051
This commit is contained in:
parent
220c15d2b7
commit
497cd6b409
2
dist/isum.awk
vendored
2
dist/isum.awk
vendored
@ -8,6 +8,8 @@ BEGIN {
|
||||
statuslen = 0
|
||||
debug = 0
|
||||
updates = "/dev/stderr"
|
||||
if(ENVIRON["winid"] != "") # running in acme window
|
||||
updates = ""
|
||||
}
|
||||
|
||||
function myflush(f)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user