cd1780c2d8
When double clicking on Windows, the crossterm_winapi emits the first click with `EventFlags::PressOrRelease` and the second click with `EventFlags::DoubleClick`. Previously this code explicitly ignored mouse events with `EventFlags::DoubleClick` because "double click not supported by unix terminals." This change captures the double click and surfaces them as normal click events. |
||
---|---|---|
.. | ||
cursor | ||
event | ||
style | ||
terminal | ||
ansi_support.rs | ||
command.rs | ||
cursor.rs | ||
event.rs | ||
lib.rs | ||
macros.rs | ||
style.rs | ||
terminal.rs | ||
tty.rs |