Skip to content
Prev Previous commit
Next Next commit
builder: show_window_option -> _show_option
  • Loading branch information
tony committed Nov 26, 2024
commit 141e0615e8d910a8aa141c6d21c8661f88205897
2 changes: 1 addition & 1 deletion src/tmuxp/workspace/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ def iter_create_panes(
"""
assert isinstance(window, Window)

pane_base_index_str = window.show_window_option("pane-base-index", g=True)
pane_base_index_str = window._show_option("pane-base-index", _global=True)
assert pane_base_index_str is not None
pane_base_index = int(pane_base_index_str)

Expand Down