mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-11 02:59:40 +02:00
Merge branch 'dankamongmen/triangle-wrangle' of https://github.com/dankamongmen/kitty
This commit is contained in:
@@ -890,7 +890,7 @@ box_chars: Dict[str, List[Callable]] = {
|
||||
'🬼': [p(smooth_mosaic, a=(0, 0.75), b=(0.5, 1))],
|
||||
'🬽': [p(smooth_mosaic, a=(0, 0.75), b=(1, 1))],
|
||||
'🬾': [p(smooth_mosaic, a=(0, 0.5), b=(0.5, 1))],
|
||||
'🬿': [p(smooth_mosaic, a=(0, 0.5), b=(1, 1))],
|
||||
'🬿': [p(smooth_mosaic, a=(0, 0.25), b=(1, 1))],
|
||||
'🭀': [p(smooth_mosaic, a=(0, 0), b=(0.5, 1))],
|
||||
|
||||
'🭁': [p(smooth_mosaic, a=(0, 0.25), b=(0.5, 0))],
|
||||
|
||||
Reference in New Issue
Block a user