plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 497cd6b40903936f104e1f6a3fafbfdd48fa5247
parent 220c15d2b746878a943f311e6f66b1480e46491d
Author: Russ Cox <rsc@swtch.com>
Date:   Sat, 20 Oct 2012 13:41:25 -0400

INSTALL: don't try to use \b in acme window

R=rsc
http://codereview.appspot.com/6734051

Diffstat:
Mdist/isum.awk | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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)