mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
unicode 14.0!
This commit is contained in:
parent
8f900754d5
commit
fd5708a7cd
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user