alacritty/alacritty_terminal
Ilya Bobyr 58985a4dcb
Handle PTY EIO error for Rust 1.55+
`ErrorKind::Other` no longer includes `EIO` since Rust 1.55:

    https://blog.rust-lang.org/2021/09/09/Rust-1.55.0.html#stdioerrorkind-variants-updated

It was not precise enough from the very beginning, as the comment says
that only EIO should be hidden, while the code was any uncategorised
errors.
2021-09-19 01:21:34 +00:00
..
src Handle PTY EIO error for Rust 1.55+ 2021-09-19 01:21:34 +00:00
tests Fix out of order terminal query responses 2021-04-17 23:20:13 +00:00
Cargo.toml Fix alacitty_terminal build on windows 2021-08-26 22:01:18 +00:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00