aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/isum.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/isum.awk b/dist/isum.awk
index 7f774561..0d2f8721 100644
--- a/dist/isum.awk
+++ b/dist/isum.awk
@@ -8,6 +8,8 @@ BEGIN {
statuslen = 0
debug = 0
updates = "/dev/stderr"
+ if(ENVIRON["winid"] != "") # running in acme window
+ updates = ""
}
function myflush(f)