mirror of
https://github.com/junegunn/fzf
synced 2026-06-28 13:03:16 +00:00
559fb7ee45
This reverts commit dca2262fe6.
> For mouse support on mintty
> Fix #3847
The current implementation LightRenderer for Windows is unable to accept
non-ASCII input unlike the tcell renderer. So even though it supports
mouse on mintty, we shouldn't use it as the default.
* #3799
* #3847