aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-14 12:48:02 +0000
committerrsc <devnull@localhost>2005-07-14 12:48:02 +0000
commitc6f92061c02e35c84a168edfc23466d56aa2543a (patch)
tree87aaa21496a4f0371fa9de75354deda5d115234a /src/cmd/rc
parentd994fbc7489b85895a56f09f351d464f5a176cee (diff)
downloadplan9port-c6f92061c02e35c84a168edfc23466d56aa2543a.tar.gz
plan9port-c6f92061c02e35c84a168edfc23466d56aa2543a.tar.bz2
plan9port-c6f92061c02e35c84a168edfc23466d56aa2543a.zip
ignore window size change
Diffstat (limited to 'src/cmd/rc')
-rw-r--r--src/cmd/rc/plan9ish.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/rc/plan9ish.c b/src/cmd/rc/plan9ish.c
index 33d19f43..632e753f 100644
--- 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);