mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-04 08:48:21 +00:00
Merge branch 'fix/get-text-protocol-extent' of https://github.com/M-Hassan-Raza/kitty
This commit is contained in:
commit
3362c47fb2
1 changed files with 3 additions and 3 deletions
|
|
@ -13,10 +13,10 @@ if TYPE_CHECKING:
|
|||
class GetText(RemoteCommand):
|
||||
protocol_spec = __doc__ = """
|
||||
match/str: The window to get text from
|
||||
extent/choices.screen.first_cmd_output_on_screen.last_cmd_output.last_visited_cmd_output.all.selection.alternate.alternate_scrollback: \
|
||||
extent/choices.screen.first_cmd_output_on_screen.last_cmd_output.last_visited_cmd_output.last_non_empty_output.all.selection.alternate.alternate_scrollback: \
|
||||
One of :code:`screen`, :code:`first_cmd_output_on_screen`, :code:`last_cmd_output`, \
|
||||
:code:`last_visited_cmd_output`, :code:`all`, :code:`selection`, :code:`alternate`, \
|
||||
or :code:`alternate_scrollback`
|
||||
:code:`last_visited_cmd_output`, :code:`last_non_empty_output`, :code:`all`, \
|
||||
:code:`selection`, :code:`alternate`, or :code:`alternate_scrollback`
|
||||
ansi/bool: Boolean, if True send ANSI formatting codes
|
||||
cursor/bool: Boolean, if True send cursor position/style as ANSI codes
|
||||
wrap_markers/bool: Boolean, if True add wrap markers to output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue