Add line caps to draw function

This commit is contained in:
Talia 2018-07-11 15:59:04 +02:00
parent c7bd7c2c3c
commit d37e97bdc3
1 changed files with 3 additions and 2 deletions

View File

@ -56,9 +56,10 @@ draw = ->
for line in * {
{ "─", "│", "┼" }
{ "┌", "┐", "└", "┘" }
{"├", "┤", "┬", "┴"}
{ "├", "┤", "┬", "┴" }
{ "╼" ,"╽" ,"╾" ,"╾" }
}
print table.concat(line, " ")
print table.concat(line, " ")
{