Skip to content

Commit c5b2f5a

Browse files
committed
builder: show_window_option -> _show_option
1 parent b01ee34 commit c5b2f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tmuxp/workspace/builder.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def iter_create_panes(
464464
"""
465465
assert isinstance(window, Window)
466466

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

0 commit comments

Comments
 (0)