Skip to content
Prev Previous commit
Next Next commit
freezer: show_window_option -> _show_option
  • Loading branch information
tony committed Nov 26, 2024
commit 1c0706989da0351010c7b50fe8a8177937a42109
2 changes: 1 addition & 1 deletion src/tmuxp/workspace/freezer.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def freeze(session: Session) -> t.Dict[str, t.Any]:

for window in session.windows:
window_config: t.Dict[str, t.Any] = {
"options": window.show_window_options(),
"options": window._show_options(),
"window_name": window.name,
"layout": window.window_layout,
"panes": [],
Expand Down