godot-xterm/addons/godot_xterm/nodes/terminal
Leroy Hopson 9d15420df3
Move terminal.gd and pty.gd to godot_xterm directory
Makes for pretty paths when extending scripts:
`extends "res://addons/godot_xterm/terminal.gd"`
vs.
`extends "res://addons/godot_xterm/nodes/terminal/terminal.gd"`

Currently "res://addons/godot_xterm/pty.gd" is acutally `pty_unix.gd`.
This is okay for now as the PTY node is only supported on Unix
platforms. However, we will need to sort it out when adding Windows
support as part of #25.

Also remove the GDXterm namespace.
2021-07-26 00:39:48 +07:00
..
docs Update documentation 2021-07-25 23:08:45 +07:00
terminal.gdns Refactor file structure 2020-10-05 17:56:57 +07:00
terminal_icon.svg Refactor file structure 2020-10-05 17:56:57 +07:00
terminal_icon.svg.import Refactor file structure 2020-10-05 17:56:57 +07:00
viewport.gd Multiple updates 2021-06-20 18:33:40 +07:00
viewport.tscn Multiple updates 2021-06-20 18:33:40 +07:00