Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/config-refactor' in…
Browse files Browse the repository at this point in the history
…to config-refactor
  • Loading branch information
mikesmithgh committed Jan 21, 2024
2 parents 884394a + b966d19 commit 68501f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/kitty-scrollback.nvim_spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ KsbCallbacks *kitty-scrollback.launch.KsbCallbacks*
KsbKittyGetText *kitty-scrollback.launch.KsbKittyGetText*

Fields: ~
{ansi} (boolean) If true, the text will include the ANSI formatting escape codes for colors, bold, italic, etc.
{clear_selection} (boolean) If true, clear the selection in the matched window, if any.
{extent} (string|"screen"|"all"|"selection"|"first_cmd_output_on_screen"|"last_cmd_output"|"last_visited_cmd_output"|"last_non_empty_output") What text to get. The default of screen means all text currently on the screen. all means all the screen+scrollback and selection means the currently selected text. first_cmd_output_on_screen means the output of the first command that was run in the window on screen. last_cmd_output means the output of the last command that was run in the window. last_visited_cmd_output means the first command output below the last scrolled position via scroll_to_prompt. 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 shell_integration to be enabled. Choices: screen, all, first_cmd_output_on_screen, last_cmd_output, last_non_empty_output, last_visited_cmd_output, selection
{ansi} (boolean|nil) If true, the text will include the ANSI formatting escape codes for colors, bold, italic, etc.
{clear_selection} (boolean|nil) If true, clear the selection in the matched window, if any.
{extent} (string|nil|"screen"|"all"|"selection"|"first_cmd_output_on_screen"|"last_cmd_output"|"last_visited_cmd_output"|"last_non_empty_output") What text to get. The default of screen means all text currently on the screen. all means all the screen+scrollback and selection means the currently selected text. first_cmd_output_on_screen means the output of the first command that was run in the window on screen. last_cmd_output means the output of the last command that was run in the window. last_visited_cmd_output means the first command output below the last scrolled position via scroll_to_prompt. 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 shell_integration to be enabled. Choices: screen, all, first_cmd_output_on_screen, last_cmd_output, last_non_empty_output, last_visited_cmd_output, selection


*kitty-scrollback.launch.KsbStatusWindowIcons*
Expand Down

0 comments on commit 68501f2

Please sign in to comment.