From b20ba0c5260d26f688fe843a68ac2ffbea6b0f07 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Ker=C3=A4nen?= jaakko.keranen@iki.fi
Date: Sat, 19 Dec 2020 21:57:17 +0200
Subject: [PATCH 1/1] Text: Recognize more ANSI escapes
src/ui/text.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/ui/text.c b/src/ui/text.c
index c62a4541..2dd778fd 100644
--- a/src/ui/text.c
+++ b/src/ui/text.c
@@ -366,8 +366,8 @@ void init_Text(SDL_Renderer *render) {
iText *d = &text_;
d->contentFont = nunito_TextFont;
d->headingFont = nunito_TextFont;
d->render = render;
/* A grayscale palette for rasterized glyphs. */ {
SDL_Color colors[256];
--
2.25.1
text/plain
This content has been proxied by September (3851b).