control.PaneOutput.next_chunk
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- control
- Declared in
- PaneOutput
- Package
- libtmux
- Source
- crates/libtmux/src/control.rs
-
Return the next chunk this pane wrote, or
Noneonce 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