Mercurial > emacs
view etc/gnus-pointer.xpm @ 53058:6ae6b1d05de0
(diff-hunk-prev, diff-hunk-next): Support
operation while narrowed, with `diff-restrict-view'.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Fri, 14 Nov 2003 16:22:36 +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 */ "######..##..######", "#####........#####", "#.##.##..##...####", "#...####.###...##.", "#..###.######.....", "#####.########...#", "###########.######", "####.###.#..######", "######..###.######", "###....####.######", "###..######.######", "###########.######" };