1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 22:01:47 +03:00
wezterm/pty
Wez Furlong 44729a7e89 pty: avoid leaking fds from the parent process on all unices
I noticed that wezterm is picking up garbage from gnome too,
so let's trigger the random fd closing function on all unix
systems.

It turns out that iterating the entries in /dev/fd works on
BSD and Linux which is nice.
2020-12-20 11:37:03 -08:00
..
examples pty: update async example for more recent smol release 2020-10-03 11:15:57 -07:00
src pty: avoid leaking fds from the parent process on all unices 2020-12-20 11:37:03 -08:00
Cargo.toml deps: normalize the lazy-static version 2020-11-13 08:15:35 -08:00