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