File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ libtmux is an `abstraction layer`_ for tmux.
1313
1414It builds upon the concept of targets ``-t ``, to direct commands against
1515individual session, windows and panes and ``FORMATS ``, template variables
16- exposed by tmux to describe their properties.
16+ exposed by tmux to describe their properties. Think of ``-t `` analagously
17+ to `scope `_.
1718
1819:class: `common.TmuxRelationalObject ` acts as a container to connect the
1920relations of :class: `Server `, :class: `Session `, :class: `Window ` and
@@ -101,3 +102,4 @@ Reference
101102- tmux source code http://sourceforge.net/p/tmux/tmux-code/ci/master/tree/
102103
103104.. _abstraction layer : http://en.wikipedia.org/wiki/Abstraction_layer
105+ .. _scope : https://en.wikipedia.org/wiki/Variable_(computer_science)#Scope_and_extent
You can’t perform that action at this time.
0 commit comments