This commit is contained in:
Kovid Goyal 2026-04-03 08:31:42 +05:30
parent c1947765f3
commit cf52a8289c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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