view src/bitmaps/dimple3.xbm @ 56965:bebd8a58e0f8

(term-window-width): Only use full window width on window system if overflow-newline-into-fringe is enabled. (term-mode): Don't disable overflow-newline-into-fringe.
author Kim F. Storm <storm@cua.dk>
date Tue, 07 Sep 2004 20:54:03 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define dimple3_width 16
#define dimple3_height 16
static unsigned char dimple3_bits[] = {
   0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x11, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};