godot-xterm/test
Leroy Hopson 8cd11fdae6
fix(term): prevent double keyboard input
Disconnects the "gui_input" signal as the _gui_input() override is
working as expected now. Having this signal connected was causing it to
be called twice for every input.
2024-02-25 22:06:58 +13:00
..
files Remove support for deprecated theme item names 2022-08-26 12:30:07 +12:00
html5 Auto-format files using new pre-commit config 2024-02-13 10:52:22 +13:00
import_plugins/xrdb chore: add .import files 2024-02-06 23:56:06 +13:00
integration Update GUT to version 9.1.1 2024-01-06 23:33:15 +13:00
scenes Remove references to terminal.gd 2023-01-21 15:33:56 +13:00
unit feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
.gutconfig.ci.json Auto-format files using new pre-commit config 2024-02-13 10:52:22 +13:00
.gutconfig.unix.json Auto-format files using new pre-commit config 2024-02-13 10:52:22 +13:00
.gutconfig.windows.json Auto-format files using new pre-commit config 2024-02-13 10:52:22 +13:00
test_nix.gd chore(just): update test recipe 2024-02-25 20:51:29 +13:00
test_pty.gd feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
test_rendering.gd fix(term): prevent double keyboard input 2024-02-25 22:06:58 +13:00
test_terminal.gd feat(term): implement data_sent signal 2024-02-25 21:14:03 +13:00