On this page
libtmux._internal.constants.PaneOptions
- Module
- libtmux._internal.constants
- Package
- libtmux
- Source
- src/libtmux/_internal/constants.py
- Bases:
Container for tmux pane options.
Each field carries the value of the tmux pane option named the same with hyphens in place of underscores, and is
Nonewhen tmux reports no value for it.
18 declared, 1 inherited
Members
- allow_passthrough attribute
- allow_rename attribute
- alternate_screen attribute
- cursor_colour attribute
- cursor_style attribute
- pane_active_border_style attribute
- pane_border_style attribute
- pane_colours attribute
- pane_scrollbars attribute
- pane_scrollbars_style attribute
- remain_on_exit attribute
- remain_on_exit_format attribute
- scroll_on_clear attribute
- synchronize_panes attribute
- tree_mode_preview_format attribute
- window_active_style attribute
- window_style attribute
- __init__ method
Inherited members
Reached through libtmux._internal.dataclasses.SkipDefaultFieldsReprMixin.
- __repr__ libtmux._internal.dataclasses.SkipDefaultFieldsReprMixin Omit default fields in object representation.