godot-xterm/addons/godot_xterm/native/src/node_pty
Leroy Hopson 0ae1d80abb
Prevent exit callback instance leaks
De-references pty_baton's exit callback after it is called so it can be
automatically released, preventing leaked instances.

Adds basic implementation for Pipe's get_status() method and forces PTY
to wait for child process to exit to ensure exit callback is cleaned up.

Adds a test to check that exit callback is still called as usual.
2022-07-11 09:33:01 +12:00
..
unix Prevent exit callback instance leaks 2022-07-11 09:33:01 +12:00
win Enable compiling Pipe and LibuvUtils on Windows 2021-07-18 15:09:21 +07:00
LICENSE.md Update license information 2021-07-07 21:39:54 +07:00
LICENSE_node-pty Update license information 2021-07-07 21:39:54 +07:00
LICENSE_tmux Update license information 2021-07-07 21:39:54 +07:00