ignore window size change

This commit is contained in:
rsc 2005-07-14 12:48:02 +00:00
parent d994fbc748
commit c6f92061c0

View file

@ -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);