From 0c7a94dfdc98d46d618060aab8927c24a130fd8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 1 May 2020 20:19:46 +0200 Subject: [PATCH] unicode-combine: leave a note saying we might need more than 2 combining chars --- terminal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.h b/terminal.h index 62c7e707..d9261bab 100644 --- a/terminal.h +++ b/terminal.h @@ -80,7 +80,7 @@ struct damage { #if FOOT_UNICODE_COMBINING struct combining_chars { uint8_t count; - wchar_t chars[2]; /* TODO: how many do we need? */ + wchar_t chars[2]; /* This is XTerms default, but there _are_ cases where more are needed */ }; #endif