mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
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 @@ 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…
Add table
Add a link
Reference in a new issue