view etc/images/gnus/gnus-pointer.xpm @ 111845:69d9367a976b

* simple.el (just-one-space): Make argument n default to 1 if omitted.
author Tassilo Horn <tassilo@member.fsf.org>
date Tue, 07 Dec 2010 20:38:38 +0100
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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};