godot-xterm/test
Leroy Hopson 71df1e71bd
feat(term): implement copy_all()
Implements the copy_all() method which copies all text in the screen
including text in the scrollback buffer.

Includes a fix to an upstream bug in libtsm that resulted in double the
number of '\n' characters being copied for each row.
2024-03-03 21:04:42 +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_all() 2024-03-03 21:04:42 +13:00