This commit is contained in:
Will McGugan
2023-02-07 15:55:57 +00:00
committed by GitHub
parent 6888120901
commit 6d722fd291

View File

@@ -36,7 +36,7 @@ BORDER_CHARS: dict[
"inner": (("", "", ""), ("", " ", ""), ("", "", "")),
"outer": (("", "", ""), ("", " ", ""), ("", "", "")),
"hkey": (("", "", ""), (" ", " ", " "), ("", "", "")),
"vkey": (("", "", " "), ("", "", " "), ("", "", " ")),
"vkey": (("", " ", ""), ("", " ", ""), ("", " ", "")),
"tall": (("", "", ""), ("", " ", ""), ("", "", "")),
"wide": (("", "", ""), ("", " ", ""), ("", "", "")),
}