ignore window resize; should be elsewhere
This commit is contained in:
parent
73ac88baa7
commit
6322b295cf
1 changed files with 2 additions and 0 deletions
|
|
@ -260,6 +260,8 @@ ignorepipe(void *v, char *s)
|
|||
return 1;
|
||||
if(strcmp(s, "sys: tstp") == 0)
|
||||
return 1;
|
||||
if(strcmp(s, "sys: window size change") == 0)
|
||||
return 1;
|
||||
fprint(2, "9pserve %s: %T note: %s\n", addr, s);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue