Skip to content

Commit e4719ac

Browse files
committed
builder: show_window_option -> _show_option
1 parent e4ca020 commit e4719ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tmuxp/workspace/builder.py

Lines changed: 1 addition & 1 deletion
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)