What's wrong with this entry?
Anonymous. No account, no email.
- Fixed mouse wheel event parsing for the legacy X10 mouse protocol (6-byte
\x1B[Msequences), ensuring scroll events are correctly recognized in more terminal emulators (search for"\x1B[M"in the mouse parser)
- Fixed Kitty keyboard protocol detection to require digit after
[prefix, preventing false matches on other escape sequences (search for"/^\\[\\d/.test(K)")
- Fixed
asyncdeclaration for project rules loading function (dV1/FV1), which was missing theasynckeyword (search for"async function dV1")
- Config panel now wrapped in
Suspenseboundary, preventing crashes from lazy-loaded components (search for"Suspense"near config panel)