On this page
io.github.libtmux.format.RowFormat.RowFormat.rows
- 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
-
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
- Raises
-
-
TmuxFormatException – if the listing ends mid-row, or a row does not have exactly the expected number of fields
-
0 declared, 0 inherited