Make the active window history available when doing kitty @ ls
Fixes #2194
This commit is contained in:
parent
87eda834d3
commit
d68ae01448
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user