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.
1 parent 8900f52 commit da6ec0aCopy full SHA for da6ec0a
tests/test_window.py
@@ -174,6 +174,9 @@ def test_set_show_window_options(session):
174
window.set_window_option('main-pane-height', 20)
175
assert window.show_window_options('main-pane-height') == 20
176
177
+ window.set_window_option('pane-border-format', ' #P ')
178
+ assert window.show_window_options('pane-border-format') == [' #P ']
179
+
180
window.set_window_option('main-pane-height', 40)
181
assert window.show_window_options('main-pane-height') == 40
182
assert window.show_window_options()['main-pane-height'] == 40
0 commit comments