From f6f890ae5694dbfa492400a609825782e0ad279e Mon Sep 17 00:00:00 2001 From: speedie Date: Tue, 9 May 2023 12:14:02 +0200 Subject: [PATCH] add a note regarding fixing pango errors --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 46fa73f..7dfd778 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,8 @@ like you will be unable to use spmenu in its current state. - Text drawing: Pango will sometimes spit out errors for invalid markup. Silencing this would be a good idea. + - Simply make sure characters are valid UTF-8 characters. Remove anything else + in the drw_text function. - Image support: Images take a long time to load sometimes, particularly when items are selected using the cursor so what we really need is a way to skip over images after a set time limit.