view etc/gnus-pointer.xpm @ 45885:b2b7c9519909

Specify that the separator character can be different from a slash. Clarify that the @regexfile contains the arguments to a --regex= option.
author Francesco Potortì <pot@gnu.org>
date Mon, 17 Jun 2002 22:08:20 +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 */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};