From cf1adec04d7c6e0f05e67b7700be485f016fe038 Mon Sep 17 00:00:00 2001

From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= jaakko.keranen@iki.fi

Date: Sun, 20 Dec 2020 07:37:35 +0200

Subject: [PATCH 1/1] Cleanup


src/ui/text.c | 14 ++++++++------

1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/ui/text.c b/src/ui/text.c

index 2dd778fd..0f511adb 100644

--- a/src/ui/text.c

+++ b/src/ui/text.c

@@ -693,7 +693,7 @@ static iRect run_Font_(iFont *d, const iRunArgs *args) {

         /* We don't have the composited Emojis. */

         if (isEmoji_Char(prevCh)) {

             /* skip */

             ch = nextChar_(&chPos, args->text.end);

         }

     }

@@ -776,11 +776,13 @@ static iRect run_Font_(iFont *d, const iRunArgs *args) {

     int x2 = x1 + glyph->rect[hoff].size.x;

     /* Out of the allotted space? */

     if (args->xposLimit > 0 && x2 > args->xposLimit) {

         }

         break;

     }

--

2.25.1

Proxy Information
Original URL
gemini://git.skyjake.fi/lagrange/work%2Fv1.8/patch/34ce366cd97eb0cf9fb1d1dcd31e270e96670513.patch
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
52.699974 milliseconds
Gemini-to-HTML Time
1.702797 milliseconds

This content has been proxied by September (ba2dc).