Make the active window history available when doing kitty @ ls
Fixes #2194
This commit is contained in:
parent
87eda834d3
commit
d68ae01448
1 changed files with 1 additions and 0 deletions
|
|
@ -580,6 +580,7 @@ def list_tabs(self, active_tab, active_window):
|
|||
'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…
Reference in a new issue