Skip to content

Commit

Permalink
Merge pull request #2867 from Neved4/medium-line
Browse files Browse the repository at this point in the history
Replace `U+23AF` with `U+2500` for splitlines
  • Loading branch information
RazCrimson authored Jul 11, 2024
2 parents 363a66c + c86f01b commit 166e6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glances/outputs/glances_unicode.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'ARROW_DOWN': ['\u2193', 'v'],
'CHECK': ['\u2713', ''],
'PROCESS_SELECTOR': ['>', '>'],
'MEDIUM_LINE': ['\u23af', '-'],
'MEDIUM_LINE': ['\u2500', ''],
'LOW_LINE': ['\u2581', '_'],
}

Expand Down

0 comments on commit 166e6df

Please sign in to comment.