; * src/fringe.c: Fix description of large circle. (Bug#62961)
This commit is contained in:
parent
2b10e1827d
commit
3899acbb33
1 changed files with 2 additions and 2 deletions
|
@ -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};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue