A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/edi/input_handlers.rs')
| -rw-r--r-- | src/edi/input_handlers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edi/input_handlers.rs b/src/edi/input_handlers.rs index e169edb..aa9e6a3 100644 --- a/src/edi/input_handlers.rs +++ b/src/edi/input_handlers.rs @@ -8,7 +8,7 @@ use crate::edi::*; pub fn handle2<'a>( key: &'a Key, text: &mut TextArea, - l: Option<(&Client, &Path)>, + l: Option<(Arc<Client>, &Path)>, ) -> Option<&'a str> { use Key::*; |