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 831c6bd commit a35d046Copy full SHA for a35d046
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