=> 205376e8cb7e004704bab0390b9ba2673f892605
[1mdiff --git a/src/ui/text_simple.c b/src/ui/text_simple.c[m [1mindex 06b2cb6b..963275e2 100644[m [1m--- a/src/ui/text_simple.c[m [1m+++ b/src/ui/text_simple.c[m [36m@@ -247,6 +247,9 @@[m [mstatic void runSimple_Font_(iFont *d, const iRunArgs *args) {[m const iColor clr = get_Color(colorNum);[m #if defined (LAGRANGE_ENABLE_STB_TRUETYPE)[m SDL_SetTextureColorMod(cache, clr.r, clr.g, clr.b);[m [32m+[m[32m#endif[m [32m+[m[32m#if defined (SDL_SEAL_CURSES)[m [32m+[m[32m SDL_SetRenderTextColor(render, clr.r, clr.g, clr.b);[m #endif[m if (args->mode & fillBackground_RunMode) {[m SDL_SetRenderDrawColor(render, clr.r, clr.g, clr.b, 0);[m
text/gemini; charset=utf-8
This content has been proxied by September (3851b).