tquiet Del in win - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0aa79278fae7f76a9b05d133ae6d8a616d22cc1f
 (DIR) parent 190f5e7cb2cf36fb3898f4724092cc0a1a799624
 (HTM) Author: rsc <devnull@localhost>
       Date:   Mon, 27 Mar 2006 13:06:15 +0000
       
       quiet Del in win
       
       Diffstat:
         M src/cmd/9term/win.c                 |       5 +----
       
       1 file changed, 1 insertion(+), 4 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/9term/win.c b/src/cmd/9term/win.c
       t@@ -214,11 +214,8 @@ error(char *s, ...)
                        va_start(arg, s);
                        s = vsmprint(s, arg);
                        va_end(arg);
       -        }
       -        if(s)
                        fprint(2, "win: %s: %r\n", s);
       -        else
       -                s = "kill";
       +        }
                if(pid != -1)
                        postnote(PNGROUP, pid, "hangup");
                threadexitsall(s);