Vukašin Vojinović
|
58b8da4310
|
chore: Rust 2024 edition
|
2025-09-11 08:34:15 -06:00 |
|
Thiago Padilha
|
c8a1dc9948
|
Add missing type cast to .take call
In my previous change, I did not cast to the `usize` type expected by `.take()`. This fixes it.
|
2025-07-19 07:09:09 -06:00 |
|
Thiago Padilha
|
7e124a265b
|
Fix repeat/take arguments in mouse_reporter.rs
Fix 521
|
2025-07-18 07:19:00 -06:00 |
|
Doods
|
011543ef6e
|
chore: stop depending on itertools
|
2025-07-17 10:18:05 -06:00 |
|
Jeremy Soller
|
353bbbee37
|
Do not use repeat_n as it was introduced in 1.82
|
2024-11-11 11:31:32 -07:00 |
|
Arthur Cosentino
|
1743730fd9
|
Accumulate mouse scrolls for smoother scrolling
|
2024-11-09 07:03:59 -07:00 |
|
Daniel Eades
|
5f0a0ba726
|
remove unused 'self' (clippy::unused_self)
|
2024-04-26 10:12:44 -06:00 |
|
Daniel Eades
|
4b7c0ca15a
|
avoid manual 'try' statement (clippy::question_mark)
|
2024-04-26 10:12:44 -06:00 |
|
Mattias Eriksson
|
05ee3dca4a
|
Clippy fixes
|
2024-02-05 09:09:23 -07:00 |
|
Mattias Eriksson
|
e91bf807ec
|
Improve SGR Scroll Wheel support
|
2024-01-31 09:33:18 -07:00 |
|
Mattias Eriksson
|
8d7d074933
|
Add support for Mouse Events
|
2024-01-31 06:34:55 -07:00 |
|