On this page
control.protocol.read_line_within
- Module
- control.protocol
- Package
- libtmux
- Source
- crates/libtmux/src/control/protocol.rs
-
Read one line, classifying it for the block it arrived in.
withinnames the open block, if any. tmux(1) guarantees a notification never appears inside an output block, so every line but its own terminator is command output -- including one that looks like a notification, which is whatlist-panes -F '#{pane_id}'produces for every row.
0 declared, 0 inherited