godot-xterm/addons/godot_xterm/nodes/pty
Leroy Hopson 054c7c9ad4
Ensure initial PTY size matches Terminal (if any)
If a PTY has a terminal_path set to a valid Terminal, then ensure that
the initial cols and rows of PTY match the cols and rows of the Terminal
when calling fork() or open(), otherwise PTY will output wrong-sized
data for the Terminal until resized.

Fixes #56.
2022-08-15 17:09:25 +12:00
..
unix Ensure initial PTY size matches Terminal (if any) 2022-08-15 17:09:25 +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 Refactor PTY 2022-07-11 09:33:01 +12:00