view src/bitmaps/crosswv.xbm @ 83229:b8f2149f9c3d

Trivial documentation change in keyboard.c. * src/keyboard.c (cmd_error_internal): Remove slightly bogus comment. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-269
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 28 Nov 2004 00:48:30 +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};