mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 12:50:25 +01:00
6 lines
175 B
GDScript3
6 lines
175 B
GDScript3
|
class_name GDXterm
|
||
|
|
||
|
const Terminal := preload("./nodes/terminal/terminal.gd")
|
||
|
const PTYUnix := preload("./nodes/pty/unix/pty_unix.gd")
|
||
|
const TPut := preload("./util/tput.gd")
|