All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add parsing of DECRPM for mode 2026 (grapheme clustering)
- Add parsing of OSC dynamic color sequences from the terminal. (980077903880)
- Add CSI sequences for the Kitty Multiple Cursor protocol. (#14)
- Catch OSC sequences in the
Event::is_escapepredicate. (3c1e399b8dd1)
- Implement legacy console API for Windows (#16)
- Add OSC sequences for changing and resetting terminal colors (#17)
- Fix reading VT data which includes non-ASCII characters from Windows (#15)
- Expose the
Parsertype (#12)
- Fix overflowing subtraction on large mouse positions without SGRMouse enabled (#11)
- Fix Illumos build by avoiding compiling macOS-specific polling functions (#13)
- Initial publish