view etc/gnus-pointer.xpm @ 33531:de985bc39ea3

(pos_visible_p): Handle case that we reach ZV without knowing the line's height; use the default font's height in that case.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 16 Nov 2000 05:05:12 +0000
parents 20ca10cf58b3
children bb6c986199c4
line wrap: on
line source

/* XPM */
static char *gnus-pointer[] = {
/* width height num_colors chars_per_pixel */
"    18    12        2            1",
/* colors */
". c #0000ff",
"# c None s None",
/* pixels */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};