/* WIDE AREA INFORMATION SERVER SOFTWARE:
   No guarantees or restrictions.  See the readme file for the full standard
   disclaimer.

   This is part of the shell user-interface for the WAIS software.  Do with it
   as you please.

   jonathan@Think.COM

 *
 * $Log:	cursor.h,v $
 * Revision 1.1  92/03/17  14:12:46  jonathan
 * Initial revision
 * 
 */

#define cursor_width 16
#define cursor_height 16
static char cursor_mask[] = {
   0xc0, 0x03, 0xf0, 0x0f, 0xfc, 0x3f, 0xfe, 0x7f, 0xfe, 0x7f, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfe, 0x7f,
   0xfc, 0x3f, 0xf8, 0x1f, 0xf0, 0x0f, 0xc0, 0x03};

static char cursor0_bits[] = {
   0xff, 0xff, 0xff, 0xfc, 0xbf, 0xf1, 0x67, 0xe3, 0xe3, 0xc5, 0xe3, 0xc6,
   0xe1, 0x83, 0xc1, 0x83, 0x81, 0x85, 0x01, 0x81, 0x03, 0xcf, 0x03, 0xcf,
   0x07, 0xe6, 0x0f, 0xf6, 0x3f, 0xfe, 0xff, 0xff};

static char cursor1_bits[] = {
   0xff, 0xff, 0x1f, 0xff, 0x1f, 0xfd, 0x0f, 0xfb, 0x0b, 0xef, 0x07, 0xf7,
   0x07, 0x9f, 0x07, 0x9e, 0x03, 0xac, 0x01, 0x88, 0x13, 0xf8, 0x3f, 0xf8,
   0x3f, 0xf0, 0x0f, 0xf0, 0x3f, 0xfc, 0xff, 0xff};

static char cursor2_bits[] = {
   0xff, 0xff, 0xff, 0xfd, 0xbf, 0xf0, 0xff, 0xe0, 0xbf, 0xc0, 0x7f, 0xc0,
   0x7f, 0x80, 0x7f, 0x80, 0x3f, 0x80, 0x15, 0x80, 0x23, 0xc1, 0x8b, 0xc3,
   0xc7, 0xe3, 0x0f, 0xf0, 0x3f, 0xfc, 0xff, 0xff};

static char cursor3_bits[] = {
   0xff, 0xff, 0x1f, 0xff, 0xff, 0xf5, 0xff, 0xe7, 0xff, 0xc5, 0xf9, 0xc3,
   0xfb, 0x83, 0xf7, 0x83, 0xf7, 0x81, 0xa7, 0x80, 0x03, 0xc9, 0x47, 0xdc,
   0x07, 0xfe, 0x0f, 0xf0, 0x3f, 0xfc, 0xff, 0xff};

static char cursor4_bits[] = {
   0xff, 0xff, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc5, 0xff,
   0xb9, 0xbf, 0x7d, 0xbf, 0x7d, 0x9f, 0x3d, 0x8a, 0x3b, 0xd0, 0x5f, 0xc0,
   0x1f, 0xf0, 0x0f, 0xf0, 0x3f, 0xfc, 0xff, 0xff};

static char cursor5_bits[] = {
   0xff, 0xff, 0x3f, 0xff, 0xc7, 0xff, 0xe7, 0xff, 0xe7, 0xff, 0x43, 0xfc,
   0x83, 0xbb, 0xc5, 0xb7, 0xc1, 0x97, 0xc3, 0x83, 0x8f, 0xc3, 0x8f, 0xc5,
   0x83, 0xe1, 0x0f, 0xf0, 0x3f, 0xfc, 0xff, 0xff};

static char cursor6_bits[] = {
   0xff, 0xff, 0xff, 0xfc, 0x7f, 0xfc, 0x6f, 0xfc, 0xbf, 0xfc, 0xdf, 0xc8,
   0x7d, 0xf0, 0x79, 0xf8, 0xb1, 0xf8, 0x21, 0xf8, 0xe3, 0xf1, 0xe3, 0xf1,
   0xc7, 0xf0, 0xcf, 0xf0, 0xff, 0xf9, 0xff, 0xff};
