axololly
axololly
I think Crossterm needs to update its Windows API to detect inputs like this, since it seems to be missing out on quite a few important features. I might even...
Yes. Microsoft's `edit` has zero dependencies with 18,000 lines of code under an "every byte counts" philosophy.
@himhimlo Do you want to make a fork with these changes in them?
Same thing on Alacritty. If you look [here](https://github.com/microsoft/edit/blob/main/src/vt.rs#L212-L215), your bug comes from `Token::Esc('\e')` being yielded. I imagine another match branch with this would solve that bug: ```rust '\x1b' => {...