We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
set_window_option
set_option
1 parent 073214b commit b01ee34Copy full SHA for b01ee34
tests/workspace/test_builder.py
@@ -76,7 +76,7 @@ def test_split_windows_three_pane(session: Session) -> None:
76
77
assert len(session.windows) == window_count
78
window_count += 1
79
- w.set_window_option("main-pane-height", 50)
+ w.set_option("main-pane-height", 50)
80
w.select_layout(wconf["layout"])
81
82
0 commit comments