File tree Expand file tree Collapse file tree 4 files changed +23
-6
lines changed
Expand file tree Collapse file tree 4 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 44Panes
55=====
66
7- In tmux,
7+ - hold `pseudoterminal `_'s (`pty(4) `_)
8+ - exist inside :ref: `Windows `
9+ - identified by ``% ``, e.g. ``%313 ``
10+
11+ .. _pseudoterminal : https://en.wikipedia.org/wiki/Pseudoterminal
12+ .. _pty(4) : https://www.freebsd.org/cgi/man.cgi?query=pty&sektion=4
Original file line number Diff line number Diff line change 11.. _Servers :
22
3- You *can * have >1 servers running of tmux at the same time.
4-
53=======
64Servers
75=======
86
7+ - identified by *socket path * and *socket name *
8+ - may have >1 servers running of tmux at the same time.
9+ - hold :ref: `Sessions ` (which hold :ref: `Windows `, which hold
10+ :ref: `Panes `)
11+
912In tmux, a server is automatically started on your behalf
1013when you first run tmux.
1114
12-
15+ .. autoclass :: libtmux.Server
16+ :members:
17+ :inherited-members:
18+ :private-members:
19+ :show-inheritance:
20+ :member-order: bysource
Original file line number Diff line number Diff line change 44Sessions
55========
66
7- In tmux,
7+ - exist inside :ref: `Servers `
8+ - contain :ref: `Windows ` (which hold :ref: `Panes `)
9+ - identified by ``$ ``, e.g. ``$313 ``
Original file line number Diff line number Diff line change 44Windows
55=======
66
7- In tmux,
7+ - exist inside :ref: `Sessions `
8+ - contain :ref: `Panes `
9+ - identified by ``@ ``, e.g. ``@313 ``
You can’t perform that action at this time.
0 commit comments