mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-21 20:28:06 +00:00
...
This commit is contained in:
parent
e7ee6d9e26
commit
c4953504ba
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ if TYPE_CHECKING:
|
|||
class GetText(RemoteCommand):
|
||||
|
||||
'''
|
||||
match: The tab to focus
|
||||
match: The window to get text from
|
||||
extent: One of :code:`screen`, :code:`first_cmd_output_on_screen`, :code:`last_cmd_output`, \
|
||||
:code:`last_visited_cmd_output`, :code:`all`, or :code:`selection`
|
||||
ansi: Boolean, if True send ANSI formatting codes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue