view etc/images/mh-logo.xpm @ 71909:c1f41b1e2d66

(Antinews): Mention redisplay function. The kbd macro existed, but was not documented, before 22.x. Function pos-visible-in-window-p is not new in 22.x, just enhanced.
author Kim F. Storm <storm@cua.dk>
date Fri, 14 Jul 2006 23:32:14 +0000
parents 7b615e6c0ea5
children 97ef75402706
line wrap: on
line source

/* XPM */
static char *mh-e[] = {
/* width height num_colors chars_per_pixel */
"    18    13        2            1",
/* colors */
"# c #666699",
". c None s None",
/* pixels */
"........##........",
".......####.......",
"......######......",
"......######......",
"....#########.....",
"..##############..",
".##...######....#.",
"##...#.#.####...#.",
"....#..#.##.#...#.",
"...#..##.#.#.#....",
"...#..#..#..#.#...",
"...#..#.##..#.##..",
"...#..#.#..#....#."
};