Mercurial > emacs
view src/bitmaps/gray.xbm @ 106248:e35ae171fed1
(man): completion-ignore-case t for friendliness and since man
itself is case-insensitive on the command line.
author | Kevin Ryde <user42@zip.com.au> |
---|---|
date | Wed, 25 Nov 2009 22:51:07 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};