Skip to content

Commit 1e0dc70

Browse files
committed
wip arc
1 parent 9eeef08 commit 1e0dc70

File tree

14 files changed

+638
-279
lines changed

14 files changed

+638
-279
lines changed

Cargo.lock

Lines changed: 21 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontends/rioterm/src/application.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ impl ApplicationHandler<EventPayload> for Application<'_> {
781781
// Background color is index 1 relative to NamedColor::Foreground
782782
if index == NamedColor::Foreground as usize + 1 {
783783
let grid = screen.context_manager.current_grid_mut();
784-
if let Some(context_item) = grid.get_mut(route_id) {
784+
if let Some(context_item) = grid.get_by_route_id(route_id) {
785785
use crate::context::renderable::BackgroundState;
786786
context_item.context_mut().renderable_content.background =
787787
Some(match color {

0 commit comments

Comments
 (0)