1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
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
Cargo.toml Fix alacitty_terminal build on windows 2021-08-26 22:01:18 +00:00
LICENSE-APACHE