More box drawing characters
This commit is contained in:
parent
3b0b8238ff
commit
a3a29b7467
1 changed files with 6 additions and 0 deletions
|
|
@ -251,6 +251,12 @@ def dcorner(buf, width, height, level=1, which='╔'):
|
|||
'': [p(triangle, left=False)],
|
||||
'═': [half_dhline, p(half_dhline, which='right')],
|
||||
'║': [half_dvline, p(half_dvline, which='bottom')],
|
||||
'╞': [vline, p(half_dhline, which='right')],
|
||||
'╡': [vline, half_dhline],
|
||||
'╥': [hline, p(half_dvline, which='bottom')],
|
||||
'╨': [hline, half_dvline],
|
||||
'╪': [vline, half_dhline, p(half_dhline, which='right')],
|
||||
'╫': [hline, half_dvline, p(half_dvline, which='bottom')],
|
||||
}
|
||||
|
||||
t, f = 1, 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue