ConstantsΒΆ
Constant variables for libtmux.
-
class libtmux.constants.ResizeAdjustmentDirectionΒΆclass libtmux.constants.ResizeAdjustmentDirectionΒΆ
Bases:
EnumUsed for adjustment in
resize_window,resize_pane.
-
class libtmux.constants.WindowDirectionΒΆclass libtmux.constants.WindowDirectionΒΆ
Bases:
EnumUsed for adjustment in
Session.new_window().
-
class libtmux.constants.PaneDirectionΒΆclass libtmux.constants.PaneDirectionΒΆ
Bases:
EnumUsed for adjustment in
Pane.split().
-
class libtmux.constants._DefaultOptionScopeΒΆclass libtmux.constants._DefaultOptionScopeΒΆ
Bases:
objectSentinel meaning βwhichever scope tmux would useβ.
Distinct from passing no scope at all: this is the default value of the
scopeparameter, and a call carrying it sends no scope flag. tmux then resolves the option itself, which for a pane option means falling back to the windowβs and then to the global window options.