view src/bitmaps/stipple.xbm @ 109896:f29ba15f9d49

Fix last change in buffer_posn_from_coords for text terminals. dispnew.c (buffer_posn_from_coords): Add one-character offset for R2L lines.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 20 Aug 2010 23:55:09 +0300
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};