optimized ansi parsing a bit as well as did some general cleanup.
This commit is contained in:
parent
2aa9ef9997
commit
ef8755581c
3 changed files with 68 additions and 58 deletions
|
|
@ -721,7 +721,7 @@ class EvTable(object):
|
|||
hchar = kwargs.pop("header_line_char", "~")
|
||||
self.header_line_char = hchar[0] if hchar else "~"
|
||||
|
||||
border = kwargs.pop("border", "none")
|
||||
border = kwargs.pop("border", "tablecols")
|
||||
if border is None:
|
||||
border = "none"
|
||||
if not border in ("none", "table", "tablecols",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue