ignore window size change
This commit is contained in:
parent
d994fbc748
commit
c6f92061c0
@ -403,6 +403,7 @@ notifyf(void *unused0, char *s)
|
|||||||
}
|
}
|
||||||
goto Out;
|
goto Out;
|
||||||
}
|
}
|
||||||
|
if(strcmp(s, "sys: window size change") != 0)
|
||||||
if(strcmp(s, "sys: write on closed pipe") != 0)
|
if(strcmp(s, "sys: write on closed pipe") != 0)
|
||||||
if(strcmp(s, "sys: child") != 0)
|
if(strcmp(s, "sys: child") != 0)
|
||||||
pfmt(err, "rc: note: %s\n", s);
|
pfmt(err, "rc: note: %s\n", s);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user