On this page
control.protocol.read_line
- Module
- control.protocol
- Package
- libtmux
- Source
- crates/libtmux/src/control/protocol.rs
-
-
Read and classify one protocol line.
pendingcarries a line across calls.read_untilappends what it read before it was cancelled, which is what makes this usable inselect!--read_linewould lose those bytes, and would also reject the pane output that is not UTF-8.
0 declared, 0 inherited