Skip to content

Commit e5cd83a

Browse files
committed
p0.30
1 parent f9c4efd commit e5cd83a

3 files changed

Lines changed: 231 additions & 107 deletions

File tree

otty-surface/src/block.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,11 +1435,7 @@ impl SurfaceModel for BlockSurface {
14351435
};
14361436
let visible_cell_count = size.columns * size.screen_lines;
14371437

1438-
let hyperlinks = HyperlinkMap::build_without_surface(
1439-
&cells,
1440-
size,
1441-
self.display_offset,
1442-
);
1438+
let hyperlinks = HyperlinkMap::build(&cells, size, self.display_offset);
14431439

14441440
if selection.is_none() {
14451441
if let Some(global_selection) = &self.global_selection {

0 commit comments

Comments
 (0)