godot-xterm/test/unit
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
..
pty.test.gd Add process_mode property to PTY 2022-08-06 20:14:56 +12:00
terminal.test.gd Prevent loss of focus on Tab/Arrow key press 2022-08-05 10:55:24 +12:00