diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-06-01 21:36:00 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-06-01 21:36:00 +0200 |
commit | 3a38113ce846a5922281182e1429b820b80e82ab (patch) | |
tree | d9d3b6d618121d1264c5937720c88d78bcfb51d9 /tcvt.py | |
parent | f159a7f04ade1b447a7429854f4bc889980a35a6 (diff) | |
download | tcvt-3a38113ce846a5922281182e1429b820b80e82ab.tar.gz |
added more line drawing characters
This makes aptitude work.
Reported-By: Axel Beckert
Diffstat (limited to 'tcvt.py')
-rwxr-xr-x | tcvt.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -288,6 +288,11 @@ class Terminal: 0x71: curses.ACS_HLINE, 0xc4: curses.ACS_HLINE, 0xb3: curses.ACS_VLINE, + 0xb1: curses.ACS_CKBOARD, + 0xbf: curses.ACS_URCORNER, + 0xc0: curses.ACS_LLCORNER, + 0xd9: curses.ACS_LRCORNER, + 0xda: curses.ACS_ULCORNER, } def stop(self): |