Merge pull request #2867 from Neved4/medium-line

Replace `U+23AF` with `U+2500` for splitlines
This commit is contained in:
RazCrimson 2024-07-11 11:29:50 +05:30 committed by GitHub
commit 166e6df373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ _unicode_message = {
'ARROW_DOWN': ['\u2193', 'v'],
'CHECK': ['\u2713', ''],
'PROCESS_SELECTOR': ['>', '>'],
'MEDIUM_LINE': ['\u23af', '-'],
'MEDIUM_LINE': ['\u2500', ''],
'LOW_LINE': ['\u2581', '_'],
}