Skip to content

Commit 694b90b

Browse files
committed
builder: show_window_option -> _show_option
1 parent 3bb39ae commit 694b90b

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
@@ -441,7 +441,7 @@ def iter_create_panes(
441441
"""
442442
assert isinstance(window, Window)
443443

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

0 commit comments

Comments
 (0)