view etc/gnus-pointer.xpm @ 31614:410df09028db

(x_produce_glyphs): If the distance from the current position to the next tab stop is less than a canonical character width, use the tab stop after that.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 14 Sep 2000 20:20:34 +0000
parents 774098937e4f
children 20ca10cf58b3
line wrap: on
line source

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