Merge branch 'dankamongmen/triangle-wrangle' of https://github.com/dankamongmen/kitty

This commit is contained in:
Kovid Goyal 2021-07-23 08:09:25 +05:30
commit 257fce5a1b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -890,7 +890,7 @@ def braille(buf: BufType, width: int, height: int, which: int = 0) -> None:
'🬼': [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))],