mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-03 20:45:32 +02:00
Merge branch 'main' of github.com:AlexanderTreml/godot-xterm into main
This commit is contained in:
commit
58266d3528
1 changed files with 1 additions and 0 deletions
|
@ -2,5 +2,6 @@ extends Terminal
|
||||||
|
|
||||||
@onready var pty = $PTY
|
@onready var pty = $PTY
|
||||||
|
|
||||||
|
|
||||||
func _ready():
|
func _ready():
|
||||||
pty.fork()
|
pty.fork()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue