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 22
33# Panes
44
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 `
88
99[ pseudoterminal ] : https://en.wikipedia.org/wiki/Pseudoterminal
1010[ pty(4) ] : https://www.freebsd.org/cgi/man.cgi?query=pty&sektion=4
Original file line number Diff line number Diff line change 22
33# Servers
44
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
88 {ref}` Panes ` )
99
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 ` )
1211
1312``` {eval-rst}
1413.. autoapiclass:: libtmux.Server
Original file line number Diff line number Diff line change 22
33# Sessions
44
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 `
88
99``` {eval-rst}
1010.. autoapiclass:: libtmux.Session
Original file line number Diff line number Diff line change 22
33# Windows
44
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 `
88
99``` {module} libtmux
1010
You can’t perform that action at this time.
0 commit comments