mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
[sextants] add right-half to inverse lookup
This commit is contained in:
parent
b686661873
commit
9cbc1c35f3
@ -862,7 +862,7 @@ static struct blitset notcurses_blitters[] = {
|
|||||||
.egcs = L" ▘▝▀▖▌▞▛▗▚▐▜▄▙▟█", .plotegcs = L" ▗▐▖▄▟▌▙█",
|
.egcs = L" ▘▝▀▖▌▞▛▗▚▐▜▄▙▟█", .plotegcs = L" ▗▐▖▄▟▌▙█",
|
||||||
.blit = quadrant_blit, .name = "quad", .fill = false, },
|
.blit = quadrant_blit, .name = "quad", .fill = false, },
|
||||||
{ .geom = NCBLIT_3x2, .width = 2, .height = 3,
|
{ .geom = NCBLIT_3x2, .width = 2, .height = 3,
|
||||||
.egcs = L" 🬀🬁🬂🬃🬄🬅🬆🬇🬈🬊🬋🬌🬍🬎🬏🬐🬑🬒🬓▌🬔🬕🬖🬗🬘🬙🬚🬛🬜🬝🬞🬟🬠🬡🬢🬣🬤🬥🬦🬧🬨🬩🬪🬫🬬🬭🬮🬯🬰🬱🬲🬳🬴🬵🬶🬷🬸🬹🬺🬻█",
|
.egcs = L" 🬀🬁🬂🬃🬄🬅🬆🬇🬈🬊🬋🬌🬍🬎🬏🬐🬑🬒🬓▌🬔🬕🬖🬗🬘🬙🬚🬛🬜🬝🬞🬟🬠🬡🬢🬣🬤🬥🬦🬧▐🬨🬩🬪🬫🬬🬭🬮🬯🬰🬱🬲🬳🬴🬵🬶🬷🬸🬹🬺🬻█",
|
||||||
.plotegcs = L" 🬞🬦▐🬏🬭🬵🬷🬓🬱🬹🬻▌🬲🬺█",
|
.plotegcs = L" 🬞🬦▐🬏🬭🬵🬷🬓🬱🬹🬻▌🬲🬺█",
|
||||||
.blit = sextant_blit, .name = "sex", .fill = false, },
|
.blit = sextant_blit, .name = "sex", .fill = false, },
|
||||||
{ .geom = NCBLIT_BRAILLE, .width = 2, .height = 4,
|
{ .geom = NCBLIT_BRAILLE, .width = 2, .height = 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user