From bef0e278b340e8c9181f18b2f6d52abc0d5f6635 Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 30 Jan 2025 16:56:19 -0500 Subject: [PATCH] =?UTF-8?q?notcurses-info:=20use=20=E2=A0=83=E2=A0=97?= =?UTF-8?q?=E2=A0=87=20instead=20of=20ambiguous=204x2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/info/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info/main.c b/src/info/main.c index d8b9631d2..a9c78b356 100644 --- a/src/info/main.c +++ b/src/info/main.c @@ -464,7 +464,7 @@ tinfo_debug_styles(const notcurses* nc, struct ncplane* n, const char* indent){ tinfo_debug_cap(n, "2x2", notcurses_canquadrant(nc)); tinfo_debug_cap(n, "3x2", notcurses_cansextant(nc)); tinfo_debug_cap(n, "4x2", notcurses_canoctant(nc)); - tinfo_debug_cap(n, "4x2", notcurses_canbraille(nc)); + tinfo_debug_cap(n, "⠃⠗⠇", notcurses_canbraille(nc)); tinfo_debug_cap(n, "img", notcurses_canopen_images(nc)); tinfo_debug_cap(n, "vid", notcurses_canopen_videos(nc)); tinfo_debug_cap(n, "indn", get_escape(ti, ESCAPE_INDN));