view etc/gnus-pointer.xpm @ 39595:d184cf4318ee

(Fminibuffer_prompt_end, Fminibuffer_contents) (Fminibuffer_contents_no_properties, Fdelete_minibuffer_contents): New functions (were in simple.el). (Fminibuffer_complete_and_exit, Fminibuffer_complete_word) (read_minibuf, do_completion, Fminibuffer_completion_help): Use them. (syms_of_minibuf): Initialize them.
author Miles Bader <miles@gnu.org>
date Fri, 05 Oct 2001 12:25:26 +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 */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};