We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187c141 commit 5e6c91bCopy full SHA for 5e6c91b
1 file changed
crates/hyperrat/src/lib.rs
@@ -135,7 +135,7 @@ impl Widget for Link<'_> {
135
for offset in 1..label_width {
136
let x = area.x + offset as u16;
137
if let Some(cell) = buf.cell_mut(Position::new(x, area.y)) {
138
- cell.set_symbol("s");
+ cell.set_symbol(" ");
139
cell.set_diff_option(CellDiffOption::Skip);
140
cell.set_style(style);
141
}
0 commit comments