From ddc742d4e66231b31e4a2cac8718f286b2a27bd8 Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 31 Jul 2021 05:44:53 -0400 Subject: [PATCH] uniblocks: note to self --- src/demo/unicodeblocks.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/demo/unicodeblocks.c b/src/demo/unicodeblocks.c index b827ee6cd..44cd55090 100644 --- a/src/demo/unicodeblocks.c +++ b/src/demo/unicodeblocks.c @@ -146,6 +146,8 @@ int unicodeblocks_demo(struct notcurses* nc){ const char* name; uint32_t start; } blocks[] = { + // FIXME use full titles, and give several rows to the block name, using + // ncplane_puttext(NCALIGN_CENTER). some here are truncated. { .name = "Basic Latin, Latin 1 Supplement, Latin Extended", .start = 0, }, { .name = "IPA Extensions, Spacing Modifiers, Greek and Coptic", .start = 0x200, }, { .name = "Cyrillic, Cyrillic Supplement, Armenian, Hebrew", .start = 0x400, },