view src/bitmaps/gray1.xbm @ 34505:25adec4e4b87

(dired-move-to-filename-regexp): Fixed for the case that a Japanese character is not appended after day and year.
author Kenichi Handa <handa@m17n.org>
date Wed, 13 Dec 2000 00:23:04 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};