mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-05 13:15:32 +02:00
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:
parent
703eb68f11
commit
97e07093b2
4 changed files with 14 additions and 2 deletions
|
@ -64,6 +64,7 @@ public:
|
|||
void select_to_pointer(Vector2 position);
|
||||
void reset_selection();
|
||||
String copy_selection();
|
||||
String copy_all();
|
||||
|
||||
enum UpdateMode {
|
||||
DISABLED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue