R/server.R
tmux_version.Rd
Get the version of tmux.
tmux_version(as_numeric = TRUE)
A logical. If TRUE, the version number is returned as a numeric. Default: TRUE.
TRUE
A numeric or string.
if (FALSE) { tmux_version() tmux_version() >= 2.8 tmux_version(as_numeric = FALSE) }