godot-xterm/addons/godot_xterm/nodes/pty
Leroy Hopson 3378e6ff8f
Add process_mode property to PTY
Adds process_mode property to PTY which can be set to IDLE or PHYSICS.
Determines whether the PTY will be updated in the `_process()` or
`_physics_process()` step. Defaults to PHYSICS.
2022-08-06 20:14:56 +12:00
..
unix Add process_mode property to PTY 2022-08-06 20:14:56 +12:00
libuv_utils.gd Reformat existing gdscript code 2022-07-11 09:33:00 +12: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 Automatic editor updates v3.4.4-stable 2022-05-31 18:34:51 +07:00
pty_native.gd Add process_mode property to PTY 2022-08-06 20:14:56 +12:00