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,9 +56,10 @@ draw = ->
|
||||||
for line in * {
|
for line in * {
|
||||||
{ "─", "│", "┼" }
|
{ "─", "│", "┼" }
|
||||||
{ "┌", "┐", "└", "┘" }
|
{ "┌", "┐", "└", "┘" }
|
||||||
{"├", "┤", "┬", "┴"}
|
{ "├", "┤", "┬", "┴" }
|
||||||
|
{ "╼" ,"╽" ,"╾" ,"╾" }
|
||||||
}
|
}
|
||||||
print table.concat(line, " ")
|
print table.concat(line, " ")
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue