view src/bitmaps/gray.xbm @ 49730:ce81e48eab6e

(tcl-omit-ws-regexp): Correctly handle cases like `proc foo {a {b c} d} {'. (tcl-mode): Make comment-start-skip more selective.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 11 Feb 2003 21:04:50 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};