mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 07:07:19 +02:00
Make the active window history available when doing kitty @ ls
Fixes #2194
This commit is contained in:
@@ -580,6 +580,7 @@ class TabManager: # {{{
|
||||
'title': tab.name or tab.title,
|
||||
'layout': tab.current_layout.name,
|
||||
'windows': list(tab.list_windows(active_window)),
|
||||
'active_window_history': list(tab.active_window_history),
|
||||
}
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user