INSTALL: don't try to use \b in acme window
R=rsc http://codereview.appspot.com/6734051
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user