godot-xterm/addons/godot_xterm/nodes/pty
Leroy Hopson 3881a4d8b9
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-06-29 23:41:10 +07:00
..
unix Refactor PTY 2022-06-29 23:41:10 +07:00
libuv_utils.gd Reformat existing gdscript code 2022-06-04 11:27:46 +07:00
libuv_utils.gdns Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00
pipe.gdns Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00
pty_icon.svg Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00
pty_icon.svg.import Update target Godot version: 3.3.2-stable -> 3.4.4-stable 2022-06-04 12:50:47 +07:00
pty_native.gd Refactor PTY 2022-06-29 23:41:10 +07:00