Skip to content

Commit b22abda

Browse files
committed
Add analogy of scopes to -t in docs
1 parent 99e487c commit b22abda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/about.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ libtmux is an `abstraction layer`_ for tmux.
1313

1414
It builds upon the concept of targets ``-t``, to direct commands against
1515
individual 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
1920
relations 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

0 commit comments

Comments
 (0)