view src/point.h @ 52005:3e9cb0aeebe1

(get_minibuffer): Be careful when calling `reset_buffer' which assumes the buffer is uninitialized.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 22 Jul 2003 16:12:45 +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};