mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
whiteout: update blurb to unicode 16 #2669
This commit is contained in:
parent
b8e162e197
commit
ae3be88883
@ -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 14, resize awareness, 24b truecolor…🔥🎆 ");
|
||||
ncplane_putstr_yx(n, 3, 1, " 🎆🔥 unicode 16, resize awareness, 24b truecolor…🔥🎆 ");
|
||||
ncplane_set_fg_rgb8(n, 255, 255, 255);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user