Constants¶

Constant variables for libtmux.

class libtmux.constants.ResizeAdjustmentDirection
¶

Bases: Enum

Used for adjustment in resize_window, resize_pane.

class libtmux.constants.WindowDirection
¶

Bases: Enum

Used for adjustment in Session.new_window().

class libtmux.constants.PaneDirection
¶

Bases: Enum

Used for adjustment in Pane.split().

class libtmux.constants._DefaultOptionScope
¶

Bases: object

class libtmux.constants.OptionScope
¶

Bases: Enum

Scope used with set-option and show-option(s) commands.