view src/point.h @ 15493:32fe67f92ee1

Make current-column, move-to-column and current-indentation handle invisible chars (both text properties and overlays). (skip_invisible): New function. (Fmove_to_column): Use skip_invisible. Get rid of `retry' label. (compute_motion): Use skip_invisible. (current_column_1): New function. (current_column): Use current_column_1 if might have invisible text.
author Richard M. Stallman <rms@gnu.org>
date Sun, 23 Jun 1996 18:47:37 +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};