We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f474823 commit d1568f3Copy full SHA for d1568f3
libtmux/common.py
@@ -647,6 +647,9 @@ def handle_option_error(error):
647
All errors raised will have the base error of :exc:`exc.OptionError`. So to
648
catch any option error, use ``except exc.OptionError``.
649
650
+ In tmux 3.0, show-option and show-window-otion return invalid option instead of
651
+ unknown option. See https://github.com/tmux/tmux/blob/3.0/cmd-show-options.c.
652
+
653
Parameters
654
----------
655
error : str
0 commit comments