mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-06-29 10:45:31 +02:00
added windows pty support
This commit is contained in:
parent
77ae56f72d
commit
bd399e5603
23 changed files with 1478 additions and 695 deletions
|
@ -2,6 +2,5 @@ extends Terminal
|
|||
|
||||
@onready var pty = $PTY
|
||||
|
||||
|
||||
func _ready():
|
||||
pty.fork(OS.get_environment("SHELL"))
|
||||
pty.fork()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue