From 36510e15e055f8d7faf4f9db2a80b0e6d4fbcfb3 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 4 Oct 2011 18:46:48 +0200 Subject: support outputting ACS_VLINE This enables running tcvt inside tcvt resulting in four non-linearly ordered columns. --- tcvt.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tcvt.py') 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): -- cgit v1.2.3