view src/bitmaps/crosswv.xbm @ 57603:bdfa227d18a8

(comint-insert-input): Use @ in `interactive'. (comint-input-filter-functions): Doc fix. (comint-kill-whole-line, comint-get-source): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 19 Oct 2004 16:51:14 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define cross_weave_width 16
#define cross_weave_height 16
static unsigned char cross_weave_bits[] = {
   0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88,
   0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22,
   0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22};