godot-xterm/addons/godot_xterm/editor_plugins/terminal
Leroy Hopson df32ee3c18
Refactor PTY
PTY now provides a public interface to an underlying instance of
PTYNative. The PTYNative class can be extended as appropriate for
each platform and the platform-specific implementation will be
selected by PTY at runtime.
2022-07-11 09:33:01 +12:00
..
settings Reformat existing gdscript code 2022-07-11 09:33:00 +12:00
editor_terminal.gd Refactor PTY 2022-07-11 09:33:01 +12:00
editor_terminal.tscn Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00
terminal_panel.gd Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00
terminal_panel.tscn Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00