mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-06 07:41:44 +00:00
Fix #9799
This commit is contained in:
parent
07f4d3c7ae
commit
c1947765f3
1 changed files with 1 additions and 0 deletions
|
|
@ -2121,6 +2121,7 @@ class Window:
|
|||
'cmdline': self.child.cmdline,
|
||||
'last_reported_cmdline': self.last_cmd_cmdline,
|
||||
'last_cmd_exit_status': self.last_cmd_exit_status,
|
||||
'last_focused_at': self.last_focused_at,
|
||||
'env': self.child.environ or self.child.final_env,
|
||||
'foreground_processes': self.child.foreground_processes,
|
||||
'is_self': is_self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue