diff --git a/src/terminal/ref_counted_set.zig b/src/terminal/ref_counted_set.zig index cefd6a2d9..9c694dc02 100644 --- a/src/terminal/ref_counted_set.zig +++ b/src/terminal/ref_counted_set.zig @@ -560,7 +560,7 @@ pub fn RefCountedSet( return null; } - const item = items[id]; + const item = &items[id]; // An item with a shorter probe sequence length would never // end up in the middle of another sequence, since it would