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 3bb39ae commit 694b90bCopy full SHA for 694b90b
src/tmuxp/workspace/builder.py
@@ -441,7 +441,7 @@ def iter_create_panes(
441
"""
442
assert isinstance(window, Window)
443
444
- 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)
445
assert pane_base_index_str is not None
446
pane_base_index = int(pane_base_index_str)
447
0 commit comments