mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00:00
...
This commit is contained in:
parent
b1f180b222
commit
392801eae6
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ box_chars = {
|
|||
|
||||
t, f = 1, 3
|
||||
for start in '┌┐└┘':
|
||||
for i, (hlevel, vlevel) in enumerate(((t, t), (f, t), (t, f), (t, f))):
|
||||
for i, (hlevel, vlevel) in enumerate(((t, t), (f, t), (t, f), (f, f))):
|
||||
box_chars[chr(ord(start) + i)] = [p(corner, which=start, hlevel=hlevel, vlevel=vlevel)]
|
||||
|
||||
for starts, func, pattern in (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue