mirror of https://github.com/nicolargo/glances.git
Replace `U+23AF` with `U+2500`
This commit is contained in:
parent
363a66c263
commit
c86f01b7a1
|
|
@ -15,7 +15,7 @@ _unicode_message = {
|
|||
'ARROW_DOWN': ['\u2193', 'v'],
|
||||
'CHECK': ['\u2713', ''],
|
||||
'PROCESS_SELECTOR': ['>', '>'],
|
||||
'MEDIUM_LINE': ['\u23af', '-'],
|
||||
'MEDIUM_LINE': ['\u2500', '─'],
|
||||
'LOW_LINE': ['\u2581', '_'],
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue