add patches

This commit is contained in:
Your Name 2025-05-15 01:55:02 +02:00
parent a6f4b5ac0a
commit 0ee56eecfb
5 changed files with 189 additions and 0 deletions

13
patches/core_editor.patch Normal file
View file

@ -0,0 +1,13 @@
--- iced-o/core/src/text/editor.rs 2025-04-23 13:38:47.083332287 +0200
+++ iced/core/src/text/editor.rs 2025-04-23 13:49:57.361597749 +0200
@@ -88,6 +88,10 @@
/// The amount of lines to scroll.
lines: i32,
},
+ /// Editor gained focus
+ Focus,
+ /// Editor lost focus
+ Blur,
}
impl Action {