mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-12 22:55:30 +02:00
feat(term): add select method
Adds select() method to Terminal. Method behaves the same way as TextEdit's select method.
This commit is contained in:
parent
43303a51bf
commit
dd118d72f3
5 changed files with 112 additions and 8 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased](https://github.com/lihop/godot-xterm/compare/v2.2.0...HEAD)
|
||||
|
||||
### Added
|
||||
|
||||
- Added select() method to Terminal.
|
||||
|
||||
### Changed
|
||||
|
||||
- Custom export templates are no longer required when exporting to HTML5 from Godot v3.5.x.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue