mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
0a7e30e9bc
The serial port is always in non-blocking mode so we need to use our own timeout and `poll(2)`. While we're in here, the `wait` method could cause the gui to exit immediately on startup because we'd interpret its immediate error return result as child process completion. This commit makes the wait method look at the carrier detect signal and propagates IO errors back as completion events. refs: https://github.com/wez/wezterm/issues/1594 |
||
---|---|---|
.. | ||
examples | ||
src | ||
Cargo.toml |