Skip to content

Commit c86f01b

Browse files
committed
Replace U+23AF with U+2500
1 parent 363a66c commit c86f01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glances/outputs/glances_unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'ARROW_DOWN': ['\u2193', 'v'],
1616
'CHECK': ['\u2713', ''],
1717
'PROCESS_SELECTOR': ['>', '>'],
18-
'MEDIUM_LINE': ['\u23af', '-'],
18+
'MEDIUM_LINE': ['\u2500', ''],
1919
'LOW_LINE': ['\u2581', '_'],
2020
}
2121

0 commit comments

Comments
 (0)