# io.github.libtmux.format.Tokens.Tokens

- **Module:** io.github.libtmux.format.Tokens
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/format/Tokens.java#L16
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-format-tokens-tokens/

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.

## Members

- `perProcess` (method) — A token generated once per process, shared by everything that needs to mark its own text.
- `generate` (method)
