godot-xterm/addons/godot_xterm/native
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
..
bin feat(compat): make compatible with godot v4.2+ 2024-03-03 21:04:10 +13:00
src rework _handle_selection() 2024-07-06 22:51:45 +00:00
thirdparty feat(term): implement copy_all() 2024-03-03 21:04:42 +13:00
.dockerignore Add Docker build for Linux 2022-07-11 09:33:00 +12:00
build.sh feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
docker-compose.yml feat(web): re-enable web exports 2024-03-30 22:52:39 +13:00
godot-xterm.gdextension fix(icon): use custom icons for Terminal and PTY 2024-05-19 11:42:27 +12:00
javascript.Dockerfile chore(spelling): add codespell pre-commit hook 2024-03-30 01:27:28 +13:00
linux.Dockerfile Update build files and GitHub Actions workflow 2023-01-26 08:21:43 +13:00
SConstruct feat(pty): add initial pty node 2024-02-25 11:48:47 +13:00
shell.nix Pin nixpkgs version 2024-01-06 23:22:39 +13:00