view src/bitmaps/gray.xbm @ 50744:13cae05372c0

(move_it_vertically_backward): Do the final big else even if nlines is 0. (redisplay_internal): Finish the per-frame loop even if redisplay is suspended by input.
author Richard M. Stallman <rms@gnu.org>
date Wed, 30 Apr 2003 12:03:53 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};