Mercurial > emacs
view src/bitmaps/gray.xbm @ 74353:320ac9b34412
(Enabling Multibyte): Rephrase the confusing reference to a colon in the mode
line.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Fri, 01 Dec 2006 13:22:29 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
