From edb0fb5f2a90b1ccc25a026eb485519bb81be7ec Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Sat, 21 Dec 2024 21:26:50 -0300 Subject: [PATCH] update markers --- frontends/rioterm/src/context/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontends/rioterm/src/context/mod.rs b/frontends/rioterm/src/context/mod.rs index e30595dfb0..3a4223fa5d 100644 --- a/frontends/rioterm/src/context/mod.rs +++ b/frontends/rioterm/src/context/mod.rs @@ -181,7 +181,7 @@ pub struct ContextManager { pub titles: ContextManagerTitles, } -pub fn create_mock_context( +pub fn create_mock_context( event_proxy: T, window_id: WindowId, route_id: usize, @@ -191,7 +191,7 @@ pub fn create_mock_context( let terminal = Crosswords::new( dimension, CursorShape::Block, - event_proxy, + event_proxy.clone(), window_id, route_id, );