view etc/images/gnus/gnus-pointer.xpm @ 97630:3cb35be2ee33

(Shell Command Guessing): Mention dired-guess-shell-case-fold-search. (Bug#417)
author Glenn Morris <rgm@gnu.org>
date Sat, 23 Aug 2008 03:17:34 +0000
parents 210af0ad3d35
children
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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};