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

io.github.libtmux.format.RowFormat.RowFormat.rows

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

Reads a whole listing back into rows.

tmux ends a row with a newline and frames it no other way, so a listing's lines are not its rows: a value carrying a newline arrives as several. A working directory may contain one, and anything running in a pane may change into it, so this is caller-reachable rather than theoretical. A row is closed by carrying every separator, not by the line ending.

Parameters
  • lines ( List<String> ) – the listing as tmux printed it

Raises
  • TmuxFormatException – if the listing ends mid-row, or a row does not have exactly the expected number of fields

0 declared, 0 inherited

Esc

Type to search.