Mercurial > emacs
view src/bitmaps/gray.xbm @ 42495:09f1b967d12e
(ange-ftp-shell-command): Remove port specification from the hostname.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Thu, 03 Jan 2002 08:38:45 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};