More box drawing characters
This commit is contained in:
parent
3b0b8238ff
commit
a3a29b7467
@ -251,6 +251,12 @@ box_chars = {
|
|||||||
'': [p(triangle, left=False)],
|
'': [p(triangle, left=False)],
|
||||||
'═': [half_dhline, p(half_dhline, which='right')],
|
'═': [half_dhline, p(half_dhline, which='right')],
|
||||||
'║': [half_dvline, p(half_dvline, which='bottom')],
|
'║': [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
|
t, f = 1, 3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user