mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 09:18:40 -09:00
parent
8d58297328
commit
888bd663c6
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ int input_handle(int wait) {
|
|||
}
|
||||
screen_draw();
|
||||
}
|
||||
if(errno == EPIPE || errno == EBADF)
|
||||
if(errno == EPIPE || errno == EBADF || errno == EIO)
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue