mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
; * src/fringe.c: Fix description of large circle. (Bug#62961)
This commit is contained in:
parent
2b10e1827d
commit
3899acbb33
@ -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…
Reference in New Issue
Block a user