diff options
-rw-r--r-- | dist/isum.awk | 2 |
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) |