mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
3d7ca22355
See etc/MH-E-NEWS and lisp/mh-e/ChangeLog for details.
23 lines
466 B
C
23 lines
466 B
C
/* XPM */
|
|
static char *mh-e[] = {
|
|
/* width height num_colors chars_per_pixel */
|
|
" 18 13 2 1",
|
|
/* colors */
|
|
"# c #666699",
|
|
". c None s None",
|
|
/* pixels */
|
|
"........##........",
|
|
".......####.......",
|
|
"......######......",
|
|
"......######......",
|
|
"....#########.....",
|
|
"..##############..",
|
|
".##...######....#.",
|
|
"##...#.#.####...#.",
|
|
"....#..#.##.#...#.",
|
|
"...#..##.#.#.#....",
|
|
"...#..#..#..#.#...",
|
|
"...#..#.##..#.##..",
|
|
"...#..#.#..#....#."
|
|
};
|