mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
explanatory note
This commit is contained in:
@@ -673,7 +673,7 @@ def eight_range(size: int, which: int) -> range:
|
||||
return range(start, start + thickness)
|
||||
extra = size - block
|
||||
thicknesses = list(repeat(thickness, 8))
|
||||
for i in (3, 4, 2, 5, 6, 1, 7, 0):
|
||||
for i in (3, 4, 2, 5, 6, 1, 7, 0): # ensures the thickness of first and last are least likely to be changed
|
||||
if not extra:
|
||||
break
|
||||
extra -= 1
|
||||
|
||||
Reference in New Issue
Block a user