Skip to content

Commit

Permalink
complete reverse table for 3x2 #1490
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jun 1, 2021
1 parent 61b4e05 commit 23a7d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/blit.c
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ static struct blitset notcurses_blitters[] = {
.egcs = L" ▘▝▀▖▌▞▛▗▚▐▜▄▙▟█", .plotegcs = L" ▗▐▖▄▟▌▙█",
.blit = quadrant_blit, .name = "quad", .fill = false, },
{ .geom = NCBLIT_3x2, .width = 2, .height = 3,
.egcs = L" 🬀🬁🬃🬇🬏🬞🬂🬄🬈🬐🬟🬅🬉🬑🬠🬋🬓🬢🬖🬦🬭🬆🬊🬒🬡🬌▌🬣🬗🬧🬍",
.egcs = L" 🬀🬁🬂🬃🬄🬅🬆🬇🬈🬊🬋🬌🬍🬎🬏🬐🬑🬒🬓▌🬔🬕🬖🬗🬘🬙🬚🬛🬜🬝🬞🬟🬠🬡🬢🬣🬤🬥🬦🬧🬨🬩🬪🬫🬬🬭🬮🬯🬰🬱🬲🬳🬴🬵🬶🬷🬸🬹🬺🬻█",
.plotegcs = L" 🬞🬦▐🬏🬭🬵🬷🬓🬱🬹🬻▌🬲🬺█",
.blit = sextant_blit, .name = "sex", .fill = false, },
{ .geom = NCBLIT_4x1, .width = 1, .height = 4,
Expand Down

0 comments on commit 23a7d8e

Please sign in to comment.