# types.CaptureOptions

- **Module:** types
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/types.ts#L313
- **Page:** https://libtmux.org/reference/ts/types-captureoptions/

## Members

- `alternateScreen` (property) — Capture the screen saved underneath a full-screen program, tmux's `-a`.
- `end` (property) — Last line to capture; negative counts back from the visible bottom.
- `escapeSequences` (property) — Keep the escape sequences that colour and style the text, tmux's `-e`.
- `joinWrapped` (property) — Join wrapped lines, matching tmux's `-J`.
- `start` (property) — First line to capture; negative reaches into scrollback history.
