We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
show_window_option
_show_option
1 parent f894ea2 commit 21c005fCopy full SHA for 21c005f
src/tmuxp/workspace/builder.py
@@ -464,7 +464,7 @@ def iter_create_panes(
464
"""
465
assert isinstance(window, Window)
466
467
- 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)
468
assert pane_base_index_str is not None
469
pane_base_index = int(pane_base_index_str)
470
0 commit comments