From c541d7e349f4488a9ca32d2d3ad01e5fc8510641 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 30 Oct 2021 12:36:58 +0530 Subject: [PATCH] Document --self in the launch rc protocol --- kitty/rc/launch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/rc/launch.py b/kitty/rc/launch.py index ddc43651b..b72833fa0 100644 --- a/kitty/rc/launch.py +++ b/kitty/rc/launch.py @@ -40,6 +40,7 @@ class Launch(RemoteCommand): stdin_add_line_wrap_markers: Boolean indicating whether to add line wrap markers to stdin no_response: Boolean indicating whether to send back the window id marker: Specification for marker for new window, for example: "text 1 ERROR" + self: Boolean, if True use tab the command was run in ''' short_desc = 'Run an arbitrary process in a new window/tab'