Skip to content

Commit

Permalink
Fix invalid unicode character for uarrow
Browse files Browse the repository at this point in the history
Chose BLACK UP-POINTING TRIANGLE to match existing
BLACK RIGHT-POINTING TRIANGLE which is used for rarrow.
  • Loading branch information
tesujimath authored and zesterer committed Oct 17, 2023
1 parent 170a460 commit b2d478b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/draw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl Characters {
xbar: '┼',
vbar_break: '┆',
vbar_gap: '┆',
uarrow: '🭯',
uarrow: '',
rarrow: '▶',
ltop: '╭',
mtop: '┬',
Expand Down

0 comments on commit b2d478b

Please sign in to comment.