godot-xterm/addons/godot_xterm/native/src
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
..
constants.cpp feat(pty): further pty development 2024-02-25 17:55:31 +13:00
pty.cpp fix(pty): remove non-portable signal enums 2024-03-03 21:04:16 +13:00
pty.h fix(pty): remove non-portable signal enums 2024-03-03 21:04:16 +13:00
pty_unix.cpp feat(pty): enable resize and resizev 2024-02-25 23:17:45 +13:00
pty_unix.h feat(pty): enable resize and resizev 2024-02-25 23:17:45 +13:00
register_types.cpp feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
register_types.h Convert from GDNative to GDExtension 2022-12-29 22:54:38 +13:00
terminal.cpp feat(term): implement copy_selection() 2024-03-03 21:04:16 +13:00
terminal.h feat(term): implement copy_selection() 2024-03-03 21:04:16 +13:00