# types.CaptureOptions.escapeSequences

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

Keep the escape sequences that colour and style the text, tmux's `-e`.

Off by default, which reads the characters alone. On, the result is what a
terminal would render rather than what a person would read, so it is for
reproducing a display rather than for matching against.
