libtmux Reference MCP Search
On this page

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

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.

<p>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
  • TmuxFormatExceptionif 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.