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 8b87c84 commit 66a6e8eCopy full SHA for 66a6e8e
src/libtmux/session.py
@@ -264,7 +264,7 @@ def show_options(
264
def show_option(
265
self, option: str, _global: bool = False
266
) -> t.Optional[t.Union[str, int, bool]]:
267
- """Return a list of options for the window.
+ """Return option value for the target session.
268
269
Parameters
270
----------
src/libtmux/window.py
@@ -404,7 +404,7 @@ def show_window_option(
404
self, option: str, g: bool = False
405
) -> t.Optional[t.Union[str, int]]:
406
"""
407
- Return a list of options for the window.
+ Return option value for the target window.
408
409
todo: test and return True/False for on/off string
410
0 commit comments