Skip to content

Commit 60129ec

Browse files
committed
Also tweak ascii border to match
1 parent 589c42f commit 60129ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apsw/ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,7 @@ def do_row(row, sep: str, *, centre: bool = False, header: bool = False) -> None
21132113
if rows:
21142114
for row in rows:
21152115
if multiline:
2116-
do_bar(["╞═╪╡", "├─┼┤"][which] if use_unicode else "+-++")
2116+
do_bar(["╞═╪╡", "├─┼┤"][which] if use_unicode else ["+=++", "+-++"][which])
21172117
which = 1
21182118
do_row(row, "│" if use_unicode else "|")
21192119

0 commit comments

Comments
 (0)