mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 06:54:58 +02:00
...
This commit is contained in:
@@ -256,6 +256,7 @@ class WindowDict(TypedDict):
|
||||
cmdline: list[str]
|
||||
last_reported_cmdline: str
|
||||
last_cmd_exit_status: int
|
||||
last_focused_at: float
|
||||
env: dict[str, str]
|
||||
foreground_processes: list[ProcessDesc]
|
||||
is_self: bool
|
||||
|
||||
Reference in New Issue
Block a user