Lagrange [dev]

TUI: Fixed UI text color escapes

=> 205376e8cb7e004704bab0390b9ba2673f892605

diff --git a/src/ui/text_simple.c b/src/ui/text_simple.c
index 06b2cb6b..963275e2 100644
--- a/src/ui/text_simple.c
+++ b/src/ui/text_simple.c
@@ -247,6 +247,9 @@ static void runSimple_Font_(iFont *d, const iRunArgs *args) {
                     const iColor clr = get_Color(colorNum);
 #if defined (LAGRANGE_ENABLE_STB_TRUETYPE)
                     SDL_SetTextureColorMod(cache, clr.r, clr.g, clr.b);
+#endif
+#if defined (SDL_SEAL_CURSES)
+                    SDL_SetRenderTextColor(render, clr.r, clr.g, clr.b);
 #endif
                     if (args->mode & fillBackground_RunMode) {
                         SDL_SetRenderDrawColor(render, clr.r, clr.g, clr.b, 0);
Proxy Information
Original URL
gemini://git.skyjake.fi/lagrange/dev/cdiff/205376e8cb7e004704bab0390b9ba2673f892605
Status Code
Success (20)
Meta
text/gemini; charset=utf-8
Capsule Response Time
27.222027 milliseconds
Gemini-to-HTML Time
0.136526 milliseconds

This content has been proxied by September (3851b).