File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
```
16
16
17
- libtmux is an [ abstraction layer] [ abstraction layer ] for tmux.
17
+ libtmux is an [ abstraction layer] for tmux.
18
18
19
19
It builds upon the concept of targets ` -t ` , to direct commands against
20
20
individual session, windows and panes and ` FORMATS ` , template variables
21
21
exposed by tmux to describe their properties. Think of ` -t ` analagously
22
- to [ scope] [ scope ] .
22
+ to [ scope] .
23
23
24
24
{class}` common.TmuxRelationalObject ` acts as a container to connect the
25
25
relations of {class}` Server ` , {class}` Session ` , {class}` Window ` and
@@ -60,7 +60,7 @@ and how python objects and tools can abstract the API's in a pleasant way.
60
60
61
61
libtmux uses ` FORMATTERS ` in tmux to give identity attributes to
62
62
{class}` Session ` , {class}` Window ` and {class}` Pane ` objects. See
63
- [ format.c] [ format.c ] .
63
+ [ format.c] .
64
64
65
65
[ format.c ] : https://github.com/tmux/tmux/blob/master/format.c
66
66
You can’t perform that action at this time.
0 commit comments