Fix description of alternate/alternate_scrollback extents
This commit is contained in:
parent
6b2bb97cb5
commit
0901fcbc21
1 changed files with 3 additions and 2 deletions
|
|
@ -38,8 +38,9 @@ class GetText(RemoteCommand):
|
||||||
the first command output below the last scrolled position via scroll_to_prompt.
|
the first command output below the last scrolled position via scroll_to_prompt.
|
||||||
:code:`last_non_empty_output` is the output from the last command run in the window that had
|
:code:`last_non_empty_output` is the output from the last command run in the window that had
|
||||||
some non empty output. The last four require :ref:`shell_integration` to be enabled.
|
some non empty output. The last four require :ref:`shell_integration` to be enabled.
|
||||||
:code:`alternate` means the text in the alternate screen buffer and :code:`alternate_scrollback`
|
:code:`alternate` means the text in the screen that is not currently visible (if the terminal
|
||||||
means the text in the alternate screen buffer and scrollback (if any).
|
is in the main screen this is the secondary/alternate screen and vice versa).
|
||||||
|
:code:`alternate_scrollback` is the same but also includes the scrollback buffer (if any).
|
||||||
|
|
||||||
|
|
||||||
--ansi
|
--ansi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue