ignore window size change
This commit is contained in:
parent
d994fbc748
commit
c6f92061c0
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue