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
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue