# types.CaptureOptions.escapeSequences

- **Module:** types.CaptureOptions
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/types.ts#L357
- **Page:** https://libtmux.org/en/ts/latest/reference/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.
