mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 05:41:14 -03:00
Mark stdin as nonblocking if we get EWOULDBLOCK, and before handing it off to child processes when either starting them or moving them to the foreground.
https://github.com/fish-shell/fish-shell/issues/176
This commit is contained in:
@@ -81,7 +81,7 @@ void input_common_destroy()
|
||||
}
|
||||
|
||||
/**
|
||||
Internal function used by input_common_readch to read one byte from fd 1. This function should only be called by
|
||||
Internal function used by input_common_readch to read one byte from fd 0. This function should only be called by
|
||||
input_common_readch().
|
||||
*/
|
||||
static wint_t readb()
|
||||
|
||||
Reference in New Issue
Block a user