godot-xterm/addons/godot_xterm
Robert Paciorek ca97b654ee rework _handle_selection()
* do not use timer for selection, due to issue with Engine.time_scale == 0
  * deciding on redraw based on target cell change
  * deciding on send to system based on mouse button up event
  * remove _on_selection_held() timer callback function and SelectionMode enum
* on non-Linux system use clipbord when copy_on_selection is active
2024-07-06 22:51:45 +00:00
..
editor_plugins/terminal fix(plugin): fix some errors and warnings 2024-05-19 12:14:04 +12:00
icons fix(icon): use custom icons for Terminal and PTY 2024-05-19 11:42:27 +12:00
import_plugins Further progress towards Godot 4.0 support 2023-01-08 22:45:18 +13:00
native rework _handle_selection() 2024-07-06 22:51:45 +00:00
resources Update import plugins 2022-12-28 11:52:19 +13:00
shaders feat(term): make cursor hollow when un-focused 2024-04-28 23:26:02 +12:00
themes feat(theme): update themes 2024-04-28 17:29:40 +12:00
util Format files using GDScript Toolkit 2023-01-21 15:33:25 +13:00
.gitignore Convert from GDNative to GDExtension 2022-12-29 22:54:38 +13:00
LICENSE.md chore: update license info 2024-04-01 19:42:22 +13:00
plugin.cfg Bump version to 2.2.0 2022-08-26 10:02:09 +12:00
plugin.gd fix(plugin): fix some errors and warnings 2024-05-19 12:14:04 +12:00
terminal.gd chore(term): remove unused code 2024-05-10 22:10:13 +12:00
THIRDPARTY_NOTICES.txt chore: update license info 2024-04-01 19:42:22 +13:00
THIRDPARTY_NOTICES_nopty.txt chore: update license info 2024-04-01 19:42:22 +13:00