view src/bitmaps/crosswv.xbm @ 111850:f2a5b5a7f017

In gdb, try to init comint history from gdbhist. * lisp/progmodes/gdb-mi.el (gdb): Try to initialize comint input history from gdb's history file. (Bug#7575)
author Glenn Morris <rgm@gnu.org>
date Tue, 07 Dec 2010 21:00:12 -0800
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};