view src/bitmaps/gray.xbm @ 94648:bef74fdb0ed3

(erc-noncommands-list, noncommands, erc-control-characters, erc-interpret-controls-p, erc-interpret-mirc-color): Fix typos in docstrings. (erc-controls-highlight): Reflow docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 05 May 2008 22:50:14 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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