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

control.PaneOutput.next_chunk

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

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.

Cancel safety

Nothing happened: a dropped call consumes no chunk.

0 declared, 0 inherited

Esc

Type to search.