Skip to content

Commit e46d8b4

Browse files
committed
Use WGL4 characters.
1 parent 73ee491 commit e46d8b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libsyntax/diagnostic.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ impl EmitterConfig {
105105
},
106106
true => SpanFormat {
107107
single: '\u{25B2}', // BLACK UP-POINTING TRIANGLE
108-
begin: '\u{2517}', // BOX DRAWINGS HEAVY UP AND RIGHT
109-
middle: '\u{2501}', // BOX DRAWINGS HEAVY HORIZONTAL
110-
end: '\u{251B}', // BOX DRAWINGS HEAVY UP AND LEFT
108+
begin: '\u{2514}', // BOX DRAWINGS LIGHT UP AND RIGHT
109+
middle: '\u{2500}', // BOX DRAWINGS LIGHT HORIZONTAL
110+
end: '\u{2518}', // BOX DRAWINGS LIGHT UP AND LEFT
111111
},
112112
}
113113
}

0 commit comments

Comments
 (0)