Skip to content

Commit

Permalink
bbbb
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Dec 21, 2024
1 parent cd72dc3 commit 4558fb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontends/rioterm/src/context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ pub fn create_mock_context<T: rio_backend::event::EventListener>(
let terminal: Arc<FairMutex<Crosswords<T>>> = Arc::new(FairMutex::new(terminal));
let (sender, _receiver) = corcovado::channel::channel();
let messenger = Messenger::new(sender);
let renderable_content = RenderableContent::new(Cursor::default());
panic!("aaaa");

Context {
Expand All @@ -207,7 +208,7 @@ pub fn create_mock_context<T: rio_backend::event::EventListener>(
#[cfg(not(target_os = "windows"))]
shell_pid: 1,
messenger,
renderable_content: RenderableContent::new(Cursor::default()),
renderable_content,
terminal,
rich_text_id,
dimension,
Expand Down

0 comments on commit 4558fb0

Please sign in to comment.