view src/bitmaps/dimple1.xbm @ 28961:8092e0d9d8b9

(comment-beginning): Handle unclosed comment. (comment-auto-fill-only-comments): New var. (comment-indent-new-line): Obey comment-auto-fill-only-comments. Align with comment-column rather than previous comment if previous comment's indentation is greater than comment-column.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 17 May 2000 19:32:32 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define dimple1_width 16
#define dimple1_height 16
static unsigned char dimple1_bits[] = {
   0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
   0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
   0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};