This commit is contained in:
Kovid Goyal
2022-12-13 20:32:20 +05:30

View File

@@ -28,7 +28,7 @@ class Launch(RemoteCommand):
cwd/str: Working directory for the new window
env/list.str: List of environment variables of the form NAME=VALUE
tab_title/str: Title for the new tab
type/choices.window.tab.os-window.overlay.background.clipboard.primary: The type of window to open
type/choices.window.tab.os-window.overlay.overlay-main.background.clipboard.primary: The type of window to open
keep_focus/bool: Boolean indicating whether the current window should retain focus or not
copy_colors/bool: Boolean indicating whether to copy the colors from the current window
copy_cmdline/bool: Boolean indicating whether to copy the cmdline from the current window