File: servers.md

package info (click to toggle)
python-libtmux 0.47.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,392 kB
  • sloc: python: 7,715; makefile: 199; sh: 21
file content (19 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(servers)=

# Servers

- Identified by _socket path_ and _socket name_
- May have >1 servers running of tmux at the same time.
- Contain {ref}`Sessions` (which contain {ref}`Windows`, which contain
  {ref}`Panes`)

tmux initializes a server automatically on first running (e.g. executing `tmux`)

```{eval-rst}
.. autoclass:: libtmux.Server
    :members:
    :inherited-members:
    :private-members:
    :show-inheritance:
    :member-order: bysource
```