view etc/images/gnus/gnus-pointer.xpm @ 98092:f0744b3d056a

* complete.el (PC-do-completion): Don't replace buffer contents (bug#227).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 07 Sep 2008 20:57:01 +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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};