diff --git a/kitty/decorations.c b/kitty/decorations.c index 27530d42e..0ec3bbfee 100644 --- a/kitty/decorations.c +++ b/kitty/decorations.c @@ -1235,8 +1235,9 @@ rectcircle(Canvas *self, Corner which) { The entire rectircle fits in four cells, each cell being one quadrant of the full rectircle and the origin being the center of the rectircle. The functions we return do the mapping for the specified cell. - ╭╮ - ╰╯ + ╭╮ ╭─╮ + ╰╯ │ │ + ╰─╯ See https://math.stackexchange.com/questions/1649714 */ double radius = self->width / 2.;