view src/point.h @ 13753:9a8ea4e8cb01

(apropos-zippy): New command. (yow-load-message, yow-after-load-message): New constants. (yow, read-zippyism): Use them. Now KEN and BARBIE are PERMANENTLY ADDICTED to MIND-ALTERING DRUGS..
author Noah Friedman <friedman@splode.com>
date Tue, 19 Dec 1995 22:33:55 +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};