whiteout: update blurb to unicode 16 #2669

This commit is contained in:
nick black 2024-12-25 03:17:31 -05:00
parent b8e162e197
commit ae3be88883
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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 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;
}