File tree Expand file tree Collapse file tree 4 files changed +13
-14
lines changed Expand file tree Collapse file tree 4 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Panes
4
4
5
- - contain [ pseudoterminal] s ([ pty(4)] [ pty(4) ] )
6
- - exist inside {ref}` Windows `
7
- - identified by ` % ` , e.g. ` %313 `
5
+ - Contain [ pseudoterminal] s ([ pty(4)] [ pty(4) ] )
6
+ - Exist inside {ref}` Windows `
7
+ - Identified by ` % ` , e.g. ` %313 `
8
8
9
9
[ pseudoterminal ] : https://en.wikipedia.org/wiki/Pseudoterminal
10
10
[ pty(4) ] : https://www.freebsd.org/cgi/man.cgi?query=pty&sektion=4
Original file line number Diff line number Diff line change 2
2
3
3
# Servers
4
4
5
- - identified by _ socket path_ and _ socket name_
6
- - may have >1 servers running of tmux at the same time.
7
- - contain {ref}` Sessions ` (which contain {ref}` Windows ` , which contain
5
+ - Identified by _ socket path_ and _ socket name_
6
+ - May have >1 servers running of tmux at the same time.
7
+ - Contain {ref}` Sessions ` (which contain {ref}` Windows ` , which contain
8
8
{ref}` Panes ` )
9
9
10
- In tmux, a server is automatically started on your behalf
11
- when you first run tmux.
10
+ tmux initializes a server on automatically on first running (e.g. executing ` tmux ` )
12
11
13
12
``` {eval-rst}
14
13
.. autoapiclass:: libtmux.Server
Original file line number Diff line number Diff line change 2
2
3
3
# Sessions
4
4
5
- - exist inside {ref}` Servers `
6
- - contain {ref}` Windows ` (which contain {ref}` Panes ` )
7
- - identified by ` $ ` , e.g. ` $313 `
5
+ - Exist inside {ref}` Servers `
6
+ - Contain {ref}` Windows ` (which contain {ref}` Panes ` )
7
+ - Identified by ` $ ` , e.g. ` $313 `
8
8
9
9
``` {eval-rst}
10
10
.. autoapiclass:: libtmux.Session
Original file line number Diff line number Diff line change 2
2
3
3
# Windows
4
4
5
- - exist inside {ref}` Sessions `
6
- - contain {ref}` Panes `
7
- - identified by ` @ ` , e.g. ` @313 `
5
+ - Exist inside {ref}` Sessions `
6
+ - Contain {ref}` Panes `
7
+ - Identified by ` @ ` , e.g. ` @313 `
8
8
9
9
``` {module} libtmux
10
10
You can’t perform that action at this time.
0 commit comments