godot-xterm/addons/godot_xterm
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
..
editor_plugins/terminal Request redraw after write if terminal visible 2022-08-08 10:13:53 +12:00
import_plugins Add only Hack Regular font and default themes to archive 2021-07-23 08:37:48 +07:00
native Fix GitHub Actions godot-cpp-linux Docker build 2022-08-03 22:41:12 +12:00
nodes Ensure initial PTY size matches Terminal (if any) 2022-08-15 17:09:25 +12:00
resources Reformat existing gdscript code 2022-07-11 09:33:00 +12:00
themes Update bell 2021-07-23 08:37:49 +07:00
util Don't register TPut util as a global unique class 2021-07-03 01:24:07 +07:00
.gitignore Ignore vscode config files 2020-10-05 17:56:57 +07:00
LICENSE.md Update license information 2021-07-07 21:39:54 +07:00
plugin.cfg Bump version to 2.1.0 2022-07-11 09:33:01 +12:00
plugin.gd Refactor PTY 2022-07-11 09:33:01 +12:00
pty.gd Ensure initial PTY size matches Terminal (if any) 2022-08-15 17:09:25 +12:00
terminal.gd Request redraw after write if terminal visible 2022-08-08 10:13:53 +12:00
THIRDPARTY_NOTICES.txt Add export ignored files to .gitattributes 2021-07-19 00:49:37 +07:00
THIRDPARTY_NOTICES_nopty.txt Add export ignored files to .gitattributes 2021-07-19 00:49:37 +07:00