Merge branch 'main' into copy_images

This commit is contained in:
pap
2025-08-01 18:24:49 +01:00
116 changed files with 6380 additions and 2815 deletions

View File

@@ -22,10 +22,6 @@ pub(crate) enum AppEvent {
/// Text pasted from the terminal clipboard.
Paste(String),
/// Scroll event with a value representing the "scroll delta" as the net
/// scroll up/down events within a short time window.
Scroll(i32),
/// Request to exit the application gracefully.
ExitRequest,