# libtmux._internal.constants.ServerOptions

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

Container for tmux server options.

Each field carries the value of the tmux server option named the same with
hyphens in place of underscores. A field keeps its default — ``None``, or an
empty container for the array options — when tmux reports no value for it.

## Members

- `backspace` (attribute)
- `buffer_limit` (attribute)
- `command_alias` (attribute)
- `default_terminal` (attribute)
- `copy_command` (attribute)
- `escape_time` (attribute)
- `editor` (attribute)
- `exit_empty` (attribute)
- `exit_unattached` (attribute)
- `extended_keys` (attribute)
- `focus_events` (attribute)
- `history_file` (attribute)
- `message_limit` (attribute)
- `prompt_history_limit` (attribute)
- `set_clipboard` (attribute)
- `terminal_features` (attribute)
- `terminal_overrides` (attribute)
- `user_keys` (attribute)
- `default_client_command` (attribute)
- `extended_keys_format` (attribute)
- `get_clipboard` (attribute)
- `__init__` (method)
- `__repr__` (method) — Omit default fields in object representation.
