summaryrefslogtreecommitdiff
path: root/tcvt.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2011-10-04 18:46:48 +0200
committerHelmut Grohne <helmut@subdivi.de>2011-10-04 18:46:48 +0200
commit36510e15e055f8d7faf4f9db2a80b0e6d4fbcfb3 (patch)
treed2d7d03d39472d2702b7e2537145b44a2b9cfd78 /tcvt.py
parentd57a85ed8bbff98c6949f5b29ab3bd0d79dc555f (diff)
downloadtcvt-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-xtcvt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcvt.py b/tcvt.py
index a5c7462..eb5891e 100755
--- a/tcvt.py
+++ b/tcvt.py
@@ -273,6 +273,7 @@ class Terminal:
self.graphics_chars = {
0x71: curses.ACS_HLINE,
0xc4: curses.ACS_HLINE,
+ 0xb3: curses.ACS_VLINE,
}
def stop(self):