Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

io.github.libtmux.format.Tokens.Tokens

Java
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
io.github.libtmux.format.Tokens
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/format/Tokens.java
class io.github.libtmux.format.Tokens.Tokens
classreadonly [source]
classreadonly [source]
class 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.

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.
Esc

Type to search.