mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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…
Reference in a new issue