view src/bitmaps/gray1.xbm @ 61255:321e7372c394

(xterm-mouse-mode): Add explicit Custom group (mouse). Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 04 Apr 2005 01:13:59 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};