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

@ -57,6 +57,7 @@ draw = ->
{ "─", "│", "┼" } { "─", "│", "┼" }
{ "┌", "┐", "└", "┘" } { "┌", "┐", "└", "┘" }
{ "├", "┤", "┬", "┴" } { "├", "┤", "┬", "┴" }
{ "╼" ,"╽" ,"╾" ,"╾" }
} }
print table.concat(line, " ") print table.concat(line, " ")