diff options
author | Helmut Grohne <helmut@subdivi.de> | 2011-10-04 18:46:48 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2011-10-04 18:46:48 +0200 |
commit | 36510e15e055f8d7faf4f9db2a80b0e6d4fbcfb3 (patch) | |
tree | d2d7d03d39472d2702b7e2537145b44a2b9cfd78 /tcvt.py | |
parent | d57a85ed8bbff98c6949f5b29ab3bd0d79dc555f (diff) | |
download | tcvt-36510e15e055f8d7faf4f9db2a80b0e6d4fbcfb3.tar.gz |
support outputting ACS_VLINE
This enables running tcvt inside tcvt resulting in four non-linearly
ordered columns.
Diffstat (limited to 'tcvt.py')
-rwxr-xr-x | tcvt.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -273,6 +273,7 @@ class Terminal: self.graphics_chars = { 0x71: curses.ACS_HLINE, 0xc4: curses.ACS_HLINE, + 0xb3: curses.ACS_VLINE, } def stop(self): |