diff --git a/docs/api/terminal.md b/docs/api/terminal.md index 683c002..f61fdc8 100644 --- a/docs/api/terminal.md +++ b/docs/api/terminal.md @@ -182,13 +182,13 @@ For example if the string `"\u001b[38;2;0;255;0;mA"` was written to the terminal --- -- String **copy_all** **()** +- [String] **copy_all** **()** Copies all of the text in the terminal including scrollback buffer. --- -- String **copy_selection** **()** +- [String] **copy_selection** **()** Copies only selected (i.e. highlighted) text in the terminal. Will return an empty string if nothing is highligted.