This commit is contained in:
Kovid Goyal
2025-02-05 11:57:50 +05:30
parent ce76c6bc90
commit d578401fed

View File

@@ -162,6 +162,11 @@ def detach_tab_parse(func: str, rest: str) -> FuncArgsType:
return func, (rest,)
@func_with_args('set_window_title')
def set_window_title(func: str, rest: str) -> FuncArgsType:
return func, (rest,)
@func_with_args(
'set_background_opacity', 'goto_layout', 'toggle_layout', 'toggle_tab', 'kitty_shell', 'show_kitty_doc',
'set_tab_title', 'push_keyboard_mode', 'dump_lines_with_attrs',