view src/bitmaps/gray.xbm @ 64590:d098d958b288

(dired-move-to-filename-regexp): Recognize the B suffix of the file size (as in "177B" for 177 bytes). This happens with "ls -lh" on FreeBSD.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Jul 2005 09:54: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};