commit c6f92061c02e35c84a168edfc23466d56aa2543a
parent d994fbc7489b85895a56f09f351d464f5a176cee
Author: rsc <devnull@localhost>
Date: Thu, 14 Jul 2005 12:48:02 +0000
ignore window size change
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/cmd/rc/plan9ish.c b/src/cmd/rc/plan9ish.c
@@ -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);