mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-01 11:35:31 +02:00
added windows pty support
This commit is contained in:
parent
89f92f9c1e
commit
4c25b2f6a8
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