mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
@@ -77,7 +77,7 @@ def vline(*a, level=1):
|
||||
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)
|
||||
add_hholes(*a, level=level, num=num)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user