godot-xterm/addons/godot_xterm/native
Leroy Hopson cb86cc95d7
fix(pty): use double, not float, for blink times
Changes blink_on_time and blink_off_time to use double rather than
float. When float was used, the default blink_off_time of 0.3 was being
converted to 0.30000001192093 in GDScript.
2024-03-03 15:41:27 +13:00
..
bin feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
src fix(pty): use double, not float, for blink times 2024-03-03 15:41:27 +13:00
src_old feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
thirdparty feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
.dockerignore Add Docker build for Linux 2022-07-11 09:33:00 +12:00
build.sh feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
docker-compose.yml chore(ci): enable debug symbols for debug builds 2024-03-02 22:49:42 +13:00
godotxtermnative.gdnlib Add rudimentary terminal to editor's bottom panel 2021-07-11 23:03:33 +07:00
javascript.Dockerfile Update build files and GitHub Actions workflow 2023-01-26 08:21:43 +13:00
linux.Dockerfile Update build files and GitHub Actions workflow 2023-01-26 08:21:43 +13:00
SConstruct feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
shell.nix Pin nixpkgs version 2024-01-06 23:22:39 +13:00