Change terminal menu option 'Select All' -> 'Copy All'

Adds copy_all() function to terminal node which returns all of the
screen's text.
This commit is contained in:
Leroy Hopson 2021-07-13 22:20:29 +07:00
parent 703eb68f11
commit 97e07093b2
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
4 changed files with 14 additions and 2 deletions

View file

@ -64,6 +64,7 @@ public:
void select_to_pointer(Vector2 position);
void reset_selection();
String copy_selection();
String copy_all();
enum UpdateMode {
DISABLED,