mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Fix #3856
This commit is contained in:
parent
257fce5a1b
commit
096c4c78c7
1 changed files with 1 additions and 1 deletions
|
|
@ -889,7 +889,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.25), b=(0.5, 1))],
|
||||
'🬿': [p(smooth_mosaic, a=(0, 0.25), b=(1, 1))],
|
||||
'🭀': [p(smooth_mosaic, a=(0, 0), b=(0.5, 1))],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue