view etc/images/gnus/gnus-pointer.xpm @ 94909:11f28d8c2c22

(update_frame_1): Check if tty output is still valid before flushing it.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 13 May 2008 21:19:03 +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 */
"##################",
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};