mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-06-28 18:25:31 +02:00
7 lines
71 B
GDScript
7 lines
71 B
GDScript
extends Terminal
|
|
|
|
@onready var pty = $PTY
|
|
|
|
|
|
func _ready():
|
|
pty.fork()
|