# formats.row.QUOTE_SHELL_SPECIALS

- **Module:** formats.row
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/formats/row.rs#L13
- **Page:** https://libtmux.org/reference/rs/formats-row-quote_shell_specials/

Bytes that `#{q:}` prefixes with a backslash.

This is tmux's `format_quote_shell` set. None of these bytes is an octal
digit or one of the letters `vis` emits, so the two escaping layers below
compose into one unambiguous grammar.
