URI:
       tINSTALL: don't try to use \b in acme window - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 497cd6b40903936f104e1f6a3fafbfdd48fa5247
   DIR parent 220c15d2b746878a943f311e6f66b1480e46491d
  HTML 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:
         M dist/isum.awk                       |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/dist/isum.awk b/dist/isum.awk
       t@@ -8,6 +8,8 @@ BEGIN {
                statuslen = 0
                debug = 0
                updates = "/dev/stderr"
       +        if(ENVIRON["winid"] != "") # running in acme window
       +                updates = ""
        }
        
        function myflush(f)