1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
alacritty/alacritty_terminal
Christian Duerr f04b16161b
Fix FD leak after closing child windows
This patch fixes an issue with signal handling where Alacritty would
permanently create one signal handling FD for each alacritty window
created by an instance. This FD was never released, causing a leak of
the FD.

Closes #7983.
2024-05-22 12:25:50 +00:00
..
src Fix FD leak after closing child windows 2024-05-22 12:25:50 +00:00
tests Fix regional scrolling leaking into history 2024-02-14 04:59:56 +04:00
Cargo.toml Bump winit to 0.30.0 2024-05-04 20:51:56 +04:00
CHANGELOG.md Bump alacritty_terminal to 0.24.1-dev 2024-05-03 19:47:41 +00:00
LICENSE-APACHE