projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b10e18
)
; * src/fringe.c: Fix description of large circle. (Bug#62961)
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 20 Apr 2023 10:06:24 +0000
(13:06 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 20 Apr 2023 10:06:24 +0000
(13:06 +0300)
src/fringe.c
patch
|
blob
|
history
diff --git
a/src/fringe.c
b/src/fringe.c
index 5fcb1b2727251c558260f58d6775964f740bd19e..ed257c073b9df49d1c0e9fcb3f3567bcdbce1050 100644
(file)
--- a/
src/fringe.c
+++ b/
src/fringe.c
@@
-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};