# libtmux._internal.constants.PaneOptions

- **Module:** libtmux._internal.constants
- **Package:** libtmux
- **Language:** Python
- **Kind:** class
- **Source:** https://github.com/tmux-python/libtmux/blob/036c521c4b83ce6e434eb50afe2a0d08a6a05e46/src/libtmux/_internal/constants.py#L517
- **Page:** https://libtmux.org/reference/py/libtmux-_internal-constants-paneoptions/

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 ``None`` when tmux reports no value
for it.

## Members

- `allow_passthrough` (attribute)
- `allow_rename` (attribute)
- `alternate_screen` (attribute)
- `cursor_colour` (attribute)
- `pane_colours` (attribute)
- `cursor_style` (attribute)
- `remain_on_exit` (attribute)
- `remain_on_exit_format` (attribute)
- `scroll_on_clear` (attribute)
- `synchronize_panes` (attribute)
- `window_active_style` (attribute)
- `window_style` (attribute)
- `pane_scrollbars` (attribute)
- `pane_scrollbars_style` (attribute)
- `tree_mode_preview_format` (attribute)
- `pane_active_border_style` (attribute)
- `pane_border_style` (attribute)
- `__init__` (method)
- `__repr__` (method) — Omit default fields in object representation.
