On this page
io.github.libtmux.format.Tokens.Tokens
- Module
- io.github.libtmux.format.Tokens
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/format/Tokens.java
-
The token this process marks its own text with.
<p>tmux gives no character a special meaning in a name or in output, so any fixed marker is something a user can produce. One random token per process makes a collision mean naming a window with the exact value this run generated.
<p>Hexadecimal, because the token is spliced into tmux format templates and into regular expressions and must be inert in both.
2 declared, 0 inherited
Members
- generate method
- perProcess method A token generated once per process, shared by everything that needs to mark its own text.