view src/bitmaps/gray.xbm @ 50285:f8cbf60835b4

(redisplay_window): If mini window's buffer is not empty, then redisplay it like other windows.
author John Paul Wallington <jpw@pobox.com>
date Mon, 24 Mar 2003 03:32:51 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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