# version.CAPTURE_TRIM_BLANK_CELLS

- **Module:** version
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/version.rs#L756
- **Page:** https://libtmux.org/en/rs/latest/reference/version-capture_trim_blank_cells/

`capture-pane -T`, and so [`crate::CaptureOptions::trim_blank_cells`].

Added in 3.4 to stop at the last used cell instead of the pane's full
width. The option string is `ab:CeE:JNpPqS:t:` on 3.2a and gains `T`
by 3.5a; tmux's own CHANGES puts it in the 3.3a-to-3.4 section.

`-N` and `-P` need no such gate: both are present at 3.2a, which is
[`crate::TmuxVersion::MIN_SUPPORTED`].
