mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Add missing links to terminal docs
This commit is contained in:
parent
c3b2e1d5fa
commit
00a34a9177
1 changed files with 2 additions and 2 deletions
|
@ -182,13 +182,13 @@ For example if the string `"\u001b[38;2;0;255;0;mA"` was written to the terminal
|
|||
|
||||
---
|
||||
|
||||
- <a name="mthd-copy_all" /> String **copy_all** **()**
|
||||
- <a name="mthd-copy_all" /> [String] **copy_all** **()**
|
||||
|
||||
Copies all of the text in the terminal including scrollback buffer.
|
||||
|
||||
---
|
||||
|
||||
- <a name="mthd-copy_selection" /> String **copy_selection** **()**
|
||||
- <a name="mthd-copy_selection" /> [String] **copy_selection** **()**
|
||||
|
||||
Copies only selected (i.e. highlighted) text in the terminal.
|
||||
Will return an empty string if nothing is highligted.
|
||||
|
|
Loading…
Reference in a new issue