# pane.CapturedLine

- **Module:** pane
- **Package:** libtmux
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/pane.rs#L1518
- **Page:** https://libtmux.org/reference/rs/pane-capturedline/

## Members

- `text` (attribute) — The line's text, without the flags tmux prefixed to it.
- `starts_prompt` (attribute) — Whether a shell prompt begins on this line.
- `starts_output` (attribute) — Whether a command's output begins on this line.
- `wrapped` (attribute) — Whether the line continues onto the next row rather than ending.
