mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
s/Brailler/Braille/g
This commit is contained in:
parent
a31c29f278
commit
cba2d9684f
@ -553,7 +553,7 @@ braille_blit(ncplane* nc, int placey, int placex, int linesize,
|
||||
if(blends){
|
||||
cell_set_fg_rgb8(c, r / blends, g / blends, b / blends);
|
||||
}
|
||||
// UTF-8 encodings of the Brailler Patterns are always 0xe2 0xaX 0xCC,
|
||||
// UTF-8 encodings of the Braille Patterns are always 0xe2 0xaX 0xCC,
|
||||
// where 0 <= X <= 3 and 0x80 <= CC <= 0xbf (4 groups of 64).
|
||||
char egc[4] = { 0xe2, 0xa0, 0x80, 0x00 };
|
||||
egc[2] += egcidx % 64;
|
||||
|
Loading…
Reference in New Issue
Block a user