This commit is contained in:
2026-04-10 16:13:45 -04:00
parent bdf08ce52c
commit 29316e6353
16 changed files with 520 additions and 338 deletions
-1
View File
@@ -79,7 +79,6 @@ impl Span {
found = false;
}
}
let start_chars = text[self.start..].lines().next().unwrap().len();
let underline = "\x1b[4:3m";
let underline_color = "\x1b[58;5;1m";
let end = "\x1b[0m";