mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
...
This commit is contained in:
@@ -77,7 +77,7 @@ def vline(*a, level=1):
|
|||||||
half_vline(*a, level=level, which='bottom')
|
half_vline(*a, level=level, which='bottom')
|
||||||
|
|
||||||
|
|
||||||
def hholes(*a, level=2, num=1):
|
def hholes(*a, level=1, num=1):
|
||||||
hline(*a, level=level)
|
hline(*a, level=level)
|
||||||
add_hholes(*a, level=level, num=num)
|
add_hholes(*a, level=level, num=num)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user