Add line caps to draw function
This commit is contained in:
parent
c7bd7c2c3c
commit
d37e97bdc3
1 changed files with 3 additions and 2 deletions
|
@ -56,7 +56,8 @@ draw = ->
|
|||
for line in * {
|
||||
{ "─", "│", "┼" }
|
||||
{ "┌", "┐", "└", "┘" }
|
||||
{"├", "┤", "┬", "┴"}
|
||||
{ "├", "┤", "┬", "┴" }
|
||||
{ "╼" ,"╽" ,"╾" ,"╾" }
|
||||
}
|
||||
print table.concat(line, " ")
|
||||
|
||||
|
|
Loading…
Reference in a new issue