libtmux Reference MCP Search
On this page

io.github.libtmux.TmuxVersion.TmuxVersion

View as Markdown

Module
io.github.libtmux.TmuxVersion
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/TmuxVersion.java
struct io.github.libtmux.TmuxVersion.TmuxVersion
struct [source]
struct [source]
struct io.github.libtmux.TmuxVersion.TmuxVersion

A released tmux version, ordered the way tmux releases are.

<p>tmux numbers a patch release with a letter rather than a third number: 3.7a follows 3.7, and 3.2a follows 3.2. Comparing the text alone gets that wrong in both directions, and a feature gate that gets it wrong reads a format the running tmux does not have.

4 declared, 0 inherited

Members

  • atLeast method Whether this version has everything the given one has.
  • compareTo method
  • parse method Reads what tmux reports for #{version}.
  • toString method
Esc

Type to search.