1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-01 09:13:10 +03:00
wezterm/pty/src
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
..
win pty: remove dead code 2020-06-05 07:33:23 -07:00
cmdbuilder.rs Fixed bug where setting the current directory was impossible on UNIX for non-default terminal commands 2020-07-18 08:40:58 -07:00
lib.rs wezterm: guess at cwd associated with pty on linux 2020-09-26 11:51:21 -07:00
serial.rs wezterm: guess at cwd associated with pty on linux 2020-09-26 11:51:21 -07:00
ssh.rs wezterm: fixup wezterm ssh host 2020-10-31 11:45:30 -07:00
unix.rs pty: avoid leaking fds from the parent process on all unices 2020-12-20 11:37:03 -08:00