godot-xterm/test
Leroy Hopson 13cf5ba023
feat(term): implement copy_selection()
Implements the copy_selection() method, which returns the selected text.

Adds a copy_on_selection property. When this property is enabled, the
selected text will automatically be copied to the primary clipboard
(Linux X11/Wayland only).
2024-03-03 21:04:16 +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
godot_xterm_test.gd chore(test): update tests 2024-03-03 15:41:30 +13:00
test_nix.gd feat(pty): rename get_pts() -> get_pts_name() 2024-03-03 21:04:16 +13:00
test_pty.gd fix(pty): remove non-portable signal enums 2024-03-03 21:04:16 +13:00
test_rendering.gd chore(test): update tests 2024-03-03 15:41:30 +13:00
test_terminal.gd feat(term): implement copy_selection() 2024-03-03 21:04:16 +13:00