Skip to content

Commit

Permalink
notcurses-info: use ⠃⠗⠇ instead of ambiguous 4x2
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 30, 2025
1 parent 333455e commit bef0e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit bef0e27

Please sign in to comment.