From 182bc7b8f9f57ac10af75ab8d9617f7f4a02263f Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 22 Jul 2021 18:21:57 -0400 Subject: [PATCH] =?UTF-8?q?U+1fb3f:=20upper=20middle=20left=20to=20lower?= =?UTF-8?q?=20right=20=F0=9F=AD=8A=F0=9F=AC=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kitty/fonts/box_drawing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/fonts/box_drawing.py b/kitty/fonts/box_drawing.py index fcf6c1ac4..f08647e56 100644 --- a/kitty/fonts/box_drawing.py +++ b/kitty/fonts/box_drawing.py @@ -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))],