view src/point.h @ 51504:d33fae39a99c

(Info-fontify-node): Don't refill over lines ending in a period; this should fix problems with lists like one in the (emacs)Library Keywords section.
author Kim F. Storm <storm@cua.dk>
date Thu, 05 Jun 2003 23:23:53 +0000
parents 3165b2697c78
children 695cf19ef79e
line wrap: on
line source

#define point_width 5
#define point_height 19
static char point_bits[] = {
   0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f};