On this page
libtmux._internal.constants.ServerOptions
- Module
- libtmux._internal.constants
- Package
- libtmux
- Source
- src/libtmux/_internal/constants.py
- Bases:
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.
22 declared, 1 inherited
Members
- backspace attribute
- buffer_limit attribute
- command_alias attribute
- copy_command attribute
- default_client_command attribute
- default_terminal attribute
- editor attribute
- escape_time attribute
- exit_empty attribute
- exit_unattached attribute
- extended_keys attribute
- extended_keys_format attribute
- focus_events attribute
- get_clipboard attribute
- history_file attribute
- message_limit attribute
- prompt_history_limit attribute
- set_clipboard attribute
- terminal_features attribute
- terminal_overrides attribute
- user_keys attribute
- __init__ method
Inherited members
Reached through libtmux._internal.dataclasses.SkipDefaultFieldsReprMixin.
- __repr__ libtmux._internal.dataclasses.SkipDefaultFieldsReprMixin Omit default fields in object representation.