From 8de306a899da8652da1275a0f50f8c6246f12385 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 16 Jun 2021 05:54:36 -0400 Subject: [PATCH] more crap for notcurses_debug_caps() --- src/lib/debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/debug.c b/src/lib/debug.c index f62bebe89..eb5818f99 100644 --- a/src/lib/debug.c +++ b/src/lib/debug.c @@ -64,8 +64,8 @@ tinfo_debug_caps(const tinfo* ti, FILE* debugfp, int rows, int cols, get_blitter_egcs(NCBLIT_BRAILLE) + 128); fprintf(debugfp, "%s⎣%.192ls⎦ ⎪🮇▊⎪\n", indent, get_blitter_egcs(NCBLIT_BRAILLE) + 192); - fprintf(debugfp, "%s ⎛%ls⎞ ▔🭶🭷🭸🭹🭺🭻▁ ⎪▕▉⎪\n", indent, get_blitter_egcs(NCBLIT_8x1)); - fprintf(debugfp, "%s ⎝%s⎠ ▏🭰🭱🭲🭳🭴🭵▕ ⎩ █⎭\n", indent, "█🮆🮅🮄▀🮃🮂▔ "); + fprintf(debugfp, "%s ⎛%ls⎞ ▔🭶🭷🭸🭹🭺🭻▁ 🭁 🭂 🭃 🭄 🭅 🭆 🭑 🭐 🭏 🭎 🭍 🭌 🭅🭐 🭄🭏 🭃🭎 🭆🭑 🭂🭍 🭁🭌 ⎪▕▉⎪ 🭨🭪\n", indent, get_blitter_egcs(NCBLIT_8x1)); + fprintf(debugfp, "%s ⎝%s⎠ ▏🭰🭱🭲🭳🭴🭵▕ 🭒 🭓 🭔 🭕 🭖 🭧 🭜 🭟 🭠 🭡 🭞 🭝 🭖🭟 🭕🭠 🭔🭡 🭧🭜 🭓🭞 🭒🭝 ⎩ █⎭ 🭪🭨\n", indent, "█🮆🮅🮄▀🮃🮂▔ "); } fprintf(debugfp, "%sbackground of 0x%06lx is %sconsidered transparent\n", indent, ti->bg_collides_default & 0xfffffful, (ti->bg_collides_default & 0x01000000) ? "" : "not ");