From c1947765f3b8ee5a0fc7fb7327f6a5213a1d9197 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 3 Apr 2026 08:21:45 +0530 Subject: [PATCH] Fix #9799 --- kitty/window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/window.py b/kitty/window.py index 11b732162..d8198e661 100644 --- a/kitty/window.py +++ b/kitty/window.py @@ -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,