From 5af47b4881481a38edda4e4a466f26db67e50d08 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Oct 2025 10:37:51 +0530 Subject: [PATCH] ... --- docs/kittens/custom.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/kittens/custom.rst b/docs/kittens/custom.rst index 7c39e10ef..db8978c3d 100644 --- a/docs/kittens/custom.rst +++ b/docs/kittens/custom.rst @@ -122,9 +122,9 @@ the table below: .. table:: Types of input to kittens :align: left - =========================== ======================================================================================================= + =========================== ======================================================================================== Keyword Type of :file:`STDIN` input - =========================== ======================================================================================================= + =========================== ======================================================================================== ``text`` Plain text of active window ``ansi`` Formatted text of active window ``screen`` Plain text of active window with line wrap markers @@ -141,7 +141,7 @@ the table below: ``output-screen-ansi`` Formatted text of the output from the last run command with wrap markers ``selection`` The text currently selected with the mouse - =========================== ======================================================================================================= + =========================== ======================================================================================== In addition to ``output``, that gets the output of the last run command, ``last_visited_output`` gives the output of the command last jumped to