libtmux Reference MCP Search
On this page

control.PaneOutput.next_chunk

View as Markdown

Module
control
Declared in
PaneOutput
Package
libtmux
Source
crates/libtmux/src/control.rs
next_chunk ( mut ) Option<Vec<u8>>
method [source]
method [source]
next_chunk

Return the next chunk this pane wrote, or None once it stops.

A chunk is what tmux chose to report at once, which is not a line and not a fixed size. Callers wanting lines should buffer.

0 declared, 0 inherited

Esc

Type to search.