Mercurial > emacs
view etc/gnus-pointer.xpm @ 32201:2d44e29be6fa
(shell-command-on-region): If the output is short enough to display in
an expanded echo area, show it here.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 06 Oct 2000 08:18:12 +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 */ "######..##..######", "#####........#####", "#.##.##..##...####", "#...####.###...##.", "#..###.######.....", "#####.########...#", "###########.######", "####.###.#..######", "######..###.######", "###....####.######", "###..######.######", "###########.######" };