Skip to content

Commit

Permalink
move layout to correct position
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Jan 19, 2024
1 parent 5bd11b6 commit 6768cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/rioterm/src/screen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ impl Screen {
&& config.navigation.color_automation.is_empty()),
};
let context_manager = context::ContextManager::start(
sugarloaf.layout.clone(),
(&state.get_cursor_state(), config.blinking_cursor),
event_proxy,
window_id,
context_manager_config,
sugarloaf.layout.clone(),
sugarloaf_errors,
)?;

Expand Down

0 comments on commit 6768cff

Please sign in to comment.