From 21f25ee5a9aa8fcaa424b7d85452c91abb2a90ca Mon Sep 17 00:00:00 2001 From: Roger Bongers Date: Tue, 27 Aug 2024 21:46:19 -0400 Subject: [PATCH] Make commit symbol circles slightly larger These look unnaturally small on some screen sizes. --- 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 a16b6f49e..c31a2801c 100644 --- a/kitty/fonts/box_drawing.py +++ b/kitty/fonts/box_drawing.py @@ -595,7 +595,7 @@ def draw_circle(buf: SSByteArray, width: int, height: int, scale: float = 1.0, g @supersampled() -def commit(buf: SSByteArray, width: int, height: int, level: int = 1, scale: float = 0.75, line: str = 'none', solid: bool = True) -> None: +def commit(buf: SSByteArray, width: int, height: int, level: int = 1, scale: float = 0.9, line: str = 'none', solid: bool = True) -> None: ' Draw a circular commit with the given scale. Commits can either be solid or hollow and can have vertical, horizontal, up, down, left, or right line(s) ' factor = buf.supersample_factor