tignore window size change - 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 c6f92061c02e35c84a168edfc23466d56aa2543a
 (DIR) parent d994fbc7489b85895a56f09f351d464f5a176cee
 (HTM) Author: rsc <devnull@localhost>
       Date:   Thu, 14 Jul 2005 12:48:02 +0000
       
       ignore window size change
       
       Diffstat:
         M src/cmd/rc/plan9ish.c               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/rc/plan9ish.c b/src/cmd/rc/plan9ish.c
       t@@ -403,6 +403,7 @@ notifyf(void *unused0, char *s)
                                }
                                goto Out;
                        }
       +        if(strcmp(s, "sys: window size change") != 0)
                if(strcmp(s, "sys: write on closed pipe") != 0)
                if(strcmp(s, "sys: child") != 0)
                        pfmt(err, "rc: note: %s\n", s);