From 497cd6b40903936f104e1f6a3fafbfdd48fa5247 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 20 Oct 2012 13:41:25 -0400 Subject: INSTALL: don't try to use \b in acme window R=rsc http://codereview.appspot.com/6734051 --- dist/isum.awk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist') 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) -- cgit v1.2.3