On this page
libtmux::decode_value
- Module
- libtmux
- Package
- libtmux-cxx
- Source
- include/libtmux/snapshot.hpp
-
Undo that escaping, in place.
Escaping only ever lengthens, so the decoded bytes fit where the encoded ones were: the write cursor never overtakes the read cursor, nothing moves, and nothing is allocated. Answers the decoded length.
An escape marker followed by anything else is left as written. Output this library asked for contains no such sequence, and failing on one would mean a recording could not carry a literal
␛.
0 declared, 0 inherited