# 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/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/format/Tokens.java#L16
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-format-tokens-tokens/

The token this process marks its own text with.

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.

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)
