minicrossterm/src
Stephen Hunt cd1780c2d8
Capture double click mouse events (#826)
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.
2024-01-06 13:01:07 +01:00
..
cursor Fix format (#808) 2023-08-06 14:01:26 +02:00
event Capture double click mouse events (#826) 2024-01-06 13:01:07 +01:00
style Fix format (#808) 2023-08-06 14:01:26 +02:00
terminal Update dependencies (#809) 2023-08-06 14:18:21 +02:00
ansi_support.rs Unwrap crossterm::Result<T, ErrorKind> to std::io::Result. (#765) 2023-04-07 18:17:10 +02:00
command.rs Unwrap crossterm::Result<T, ErrorKind> to std::io::Result. (#765) 2023-04-07 18:17:10 +02:00
cursor.rs Unwrap crossterm::Result<T, ErrorKind> to std::io::Result. (#765) 2023-04-07 18:17:10 +02:00
event.rs Add support for scrolling left and right. (#788) 2023-08-05 15:35:43 +02:00
lib.rs Remove redundant docs and broken anchor (#845) 2024-01-06 12:52:00 +01:00
macros.rs Fix minor formatting mistake (#852) 2024-01-06 12:50:50 +01:00
style.rs Add style::force_color_output() API to override NO_COLOR. (#802) 2023-08-05 15:38:17 +02:00
terminal.rs Fix typo in BeginSynchronizedUpdate docstring (#833) 2024-01-06 12:53:45 +01:00
tty.rs Fix typos (#630) 2022-02-17 13:49:41 +01:00