mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 20:24:23 +02:00
Kill child process and close pty on exit
- Adds kill() method to LibuvUtils. - Adds close() method to Pipe.
This commit is contained in:
parent
55b0a0577d
commit
c81da3820b
10 changed files with 53 additions and 9 deletions
|
@ -88,5 +88,4 @@ func _input(event):
|
|||
|
||||
|
||||
func _on_PTY_exited(exit_code: int, signum: int):
|
||||
print("exit_code: ", exit_code, " signum: ", signum)
|
||||
emit_signal("exited", exit_code, signum)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue