; * 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. */
|
||||
/*
|
||||
........
|
||||
..xxxx..
|
||||
.xxxxxx.
|
||||
xxxxxxxx
|
||||
xxxxxxxx
|
||||
xxxxxxxx
|
||||
xxxxxxxx
|
||||
.xxxxxx.
|
||||
..xxxx..
|
||||
........
|
||||
*/
|
||||
static unsigned short large_circle_bits[] = {
|
||||
0x3c, 0x7e, 0xff, 0xff, 0xff, 0xff, 0x7e, 0x3c};
|
||||
|
|
Loading…
Add table
Reference in a new issue