Mercurial > emacs
view src/point.h @ 59482:6b794a66a256
(list-colors-display): Add new arg buffer-name.
Use it. Fix docstring. Replace code for identifying duplicate
colors by the name with call to `list-colors-duplicates' which
identifies duplicate colors by the value unless the color
is one of special Windows colors. Set truncate-lines to t.
Print sorted duplicate color names on each line. Indent to 22
\(the longest color name in rgb.txt) instead of 20. Optimize.
(list-colors-duplicates): New function.
(facemenu-color-name-equal): Delete function.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 11 Jan 2005 23:52:12 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 |
line wrap: on
line source
#define point_width 5 #define point_height 19 static char point_bits[] = { 0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f}; /* arch-tag: a8dad510-7254-4964-b71e-bb6f81cce572 (do not change this comment) */