notcurses-info: use ⠃⠗⠇ instead of ambiguous 4x2

This commit is contained in:
nick black 2025-01-30 16:56:19 -05:00
parent 333455e792
commit bef0e278b3
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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));