Skip to content

Commit

Permalink
whiteout: update blurb to unicode 16 #2669
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Dec 25, 2024
1 parent b8e162e commit ae3be88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/whiteout.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ae3be88

Please sign in to comment.