We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
show_window_option
_show_option
1 parent 9c002a5 commit 38cf396Copy full SHA for 38cf396
src/tmuxp/workspace/freezer.py
@@ -70,7 +70,7 @@ def freeze(session: Session) -> t.Dict[str, t.Any]:
70
71
for window in session.windows:
72
window_config: t.Dict[str, t.Any] = {
73
- "options": window.show_window_options(),
+ "options": window._show_options(),
74
"window_name": window.name,
75
"layout": window.window_layout,
76
"panes": [],
0 commit comments