godot-xterm/test/scenes
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
..
basic.gd Multiple updates 2021-06-20 18:33:40 +07:00
basic.tscn Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00
basic_fullscreen.tscn Move terminal.gd and pty.gd to godot_xterm directory 2021-07-26 00:39:48 +07:00
multiple_inputs.tscn Prevent loss of focus on Tab/Arrow key press 2022-08-05 10:55:24 +12:00
pty_and_terminal.tscn Ensure initial PTY size matches Terminal (if any) 2022-08-15 17:09:25 +12:00