mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
6 lines
175 B
GDScript
6 lines
175 B
GDScript
|
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")
|