diff options
| author | Alex Ozer <alexozer@users.noreply.github.com> | 2018-07-29 19:53:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-29 19:53:35 -0700 |
| commit | f5fd6e071d06111d0d7fd0e67a98e9f34f5e1828 (patch) | |
| tree | 839b28f91b9746b9130bfc9d28d9977e02656888 /urwid | |
| parent | 16469df346bc4b4b7a1035e06048bb6f5d9aa111 (diff) | |
| download | urwid-f5fd6e071d06111d0d7fd0e67a98e9f34f5e1828.tar.gz | |
Fix colon in HalfBlock5x4Font
Diffstat (limited to 'urwid')
| -rwxr-xr-x | urwid/font.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urwid/font.py b/urwid/font.py index e7bfe6e..30749a6 100755 --- a/urwid/font.py +++ b/urwid/font.py @@ -184,7 +184,7 @@ class HalfBlock5x4Font(Font): █ █ █ ▄▀ ▄ █ █ █ █ █ █ █ █ █ ▀ ▀▀ ▀▀▀ ▀▀▀▀ ▀▀ ▀ ▀▀▀ ▀▀ ▀ ▀▀ ▀▀ ▀ """, u''' -"""######$$$$$$%%%%%&&&&&((()))******++++++,,,-----..////:::;; +"""######$$$$$$%%%%%&&&&&((()))******++++++,,,-----..////::;;; █▐▌ █ █ ▄▀█▀▄ ▐▌▐▌ ▄▀▄ █ █ ▄ ▄ ▄ ▐▌ ▀█▀█▀ ▀▄█▄ █ ▀▄▀ ▐▌ ▐▌ ▄▄█▄▄ ▄▄█▄▄ ▄▄▄▄ █ ▀ ▀ ▀█▀█▀ ▄ █ █ ▐▌▄ █ ▀▄▌▐▌ ▐▌ ▄▀▄ █ ▐▌ ▀ ▄▀ |
