; * src/fringe.c: Fix description of large circle. (Bug#62961)

This commit is contained in:
Eli Zaretskii 2023-04-20 13:06:24 +03:00
parent 2b10e1827d
commit 3899acbb33

View file

@ -211,14 +211,14 @@ static unsigned short right_curly_arrow_bits[] = {
/* Large circle bitmap. */ /* Large circle bitmap. */
/* /*
........
..xxxx.. ..xxxx..
.xxxxxx. .xxxxxx.
xxxxxxxx xxxxxxxx
xxxxxxxx xxxxxxxx
xxxxxxxx
xxxxxxxx
.xxxxxx. .xxxxxx.
..xxxx.. ..xxxx..
........
*/ */
static unsigned short large_circle_bits[] = { static unsigned short large_circle_bits[] = {
0x3c, 0x7e, 0xff, 0xff, 0xff, 0xff, 0x7e, 0x3c}; 0x3c, 0x7e, 0xff, 0xff, 0xff, 0xff, 0x7e, 0x3c};