Skip to content

Commit

Permalink
Use WGL4 characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoTestard committed Oct 8, 2015
1 parent 73ee491 commit e46d8b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libsyntax/diagnostic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ impl EmitterConfig {
},
true => SpanFormat {
single: '\u{25B2}', // BLACK UP-POINTING TRIANGLE
begin: '\u{2517}', // BOX DRAWINGS HEAVY UP AND RIGHT
middle: '\u{2501}', // BOX DRAWINGS HEAVY HORIZONTAL
end: '\u{251B}', // BOX DRAWINGS HEAVY UP AND LEFT
begin: '\u{2514}', // BOX DRAWINGS LIGHT UP AND RIGHT
middle: '\u{2500}', // BOX DRAWINGS LIGHT HORIZONTAL
end: '\u{2518}', // BOX DRAWINGS LIGHT UP AND LEFT
},
}
}
Expand Down

0 comments on commit e46d8b4

Please sign in to comment.