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

io.github.libtmux.Server.Server.expand

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.Server
Declared in
Server
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/Server.java
expand ( format : String ) → String
method [source]
method [source]
expand

Expands a tmux format against the server, and answers with what it came to.

The server-wide counterpart to Pane#expand : fields such as #{pid} and #{version} that belong to no session in particular.

Parameters
  • format ( String ) – a tmux format, usually of the shape #{name}

Returns

the expansion, whole when it spans lines and empty when the format expanded to nothing

0 declared, 0 inherited

Esc

Type to search.