lihop / godot-xterm

Terminal emulator for the Godot game engine.
MIT License
99 stars 15 forks source link

Add select method to Terminal #97

Closed lihop closed 5 months ago

lihop commented 5 months ago

Adds select() method to terminal. Behaves the same as TextEdit's select() method. Fixes copy_selection() bug when called and nothing selected.