unicode 14.0!

This commit is contained in:
nick black 2021-09-14 20:00:41 -04:00
parent 8f900754d5
commit fd5708a7cd
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 3 additions and 2 deletions

View File

@ -210,7 +210,7 @@ message(struct ncplane* n, int maxy, int maxx, int num, int total,
ncplane_printf_yx(n, 1, 4, " %03dx%03d (%d/%d) ", maxx, maxy, num + 1, total);
ncplane_off_styles(n, NCSTYLE_ITALIC);
ncplane_set_fg_rgb8(n, 224, 128, 224);
ncplane_putstr_yx(n, 3, 1, " 🎆🔥 unicode 13, resize awareness, 24b truecolor…🔥🎆 ");
ncplane_putstr_yx(n, 3, 1, " 🎆🔥 unicode 14, resize awareness, 24b truecolor…🔥🎆 ");
ncplane_set_fg_rgb8(n, 255, 255, 255);
return 0;
}

View File

@ -20,11 +20,12 @@
// redirected from a file (NCOPTION_TOSS_INPUT)
// FIXME still need to:
// read specials from terminfo
// integrate main specials trie with automaton, or match it alongside
// the main automaton
// read specials from terminfo
// wake up input thread when space becomes available
// restore stats
// modifiers for non-kitty, non-mouse input
static sig_atomic_t resize_seen;