# pane.CaptureOptions.lower

- **Module:** pane.CaptureOptions
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/pane.rs#L1433
- **Page:** https://libtmux.org/reference/rs/pane-captureoptions-lower/

```
pane.CaptureOptions.lower(self, pane: &str, version: &TmuxVersion) -> Result<Command, Error>
```

Lower these options into a `capture-pane` command for one pane.

Takes the release so a flag cannot reach tmux without the check that
guards it: the two transports render this command from one place, and
a version is the price of rendering it at all.

# Errors

Returns [`Error::UnsupportedCapability`] when a requested flag needs a
newer tmux than `version`.
