view src/bitmaps/stipple.xbm @ 60021:d751f08f4c04

(blink-cursor-timer): Doc fix. (blink-cursor-mode): Use correct standard expression in defcustom. (blink-cursor): Make it an alias for `blink-cursor-mode' and declare obsolete.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 12 Feb 2005 17:58:37 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define stipple_width 16
#define stipple_height 4
static unsigned char stipple_bits[] = {
   0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};