added windows pty support

This commit is contained in:
Alexander Treml 2025-06-26 15:54:12 +02:00 committed by Leroy Hopson
parent 77ae56f72d
commit bd399e5603
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
23 changed files with 1478 additions and 695 deletions

View file

@ -2,6 +2,5 @@ extends Terminal
@onready var pty = $PTY
func _ready():
pty.fork(OS.get_environment("SHELL"))
pty.fork()