godot-xterm/addons/godot_xterm/native/src
Leroy Hopson 44ea56aa0f
Add disable_pty compile option
If disable_pty=yes then the PTY node and dependencies (LibuvUtils, Pipe)
will be excluded. On platforms where the PTY node is not supported (e.g.
HTML5), this will always be equivalent to `disable_pty=yes`.
2021-07-07 21:32:26 +07:00
..
node_pty Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00
.gdignore Enable compiling 64-bit on Windows using MSVC 2020-11-10 13:44:29 +07:00
libgodotxtermnative.cpp Add disable_pty compile option 2021-07-07 21:32:26 +07:00
libuv_utils.cpp Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00
libuv_utils.h Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00
pipe.cpp Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00
pipe.h Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00
terminal.cpp Add support for the bell "\a" character 2021-07-03 22:47:33 +07:00
terminal.h Yield for "frame_pre_draw" signal before writing to terminal 2021-07-03 14:56:27 +07:00