libtmux Reference MCP Search
On this page

libtmux.common.has_lt_version

View as Markdown

Module
libtmux.common
Package
libtmux
Source
src/libtmux/common.py
has_lt_version ( max_version : str , tmux_bin : str | None = None ) bool
function [source]
function [source]
has_lt_version

Return True if tmux version less than minimum.

Parameters
  • max_version ( str ) – tmux version, e.g. '3.2a'

  • tmux_bin ( str | None ) – Path to tmux binary. If *None*, uses the system tmux.

Returns

bool True if version below max_version

0 declared, 0 inherited

Esc

Type to search.