view src/point.h @ 69129:23ad987a0092

(Newsgroup archives): Update URLs of GNU mail archives. (Reporting bugs): Suggest using `M-x report-emacs-bug'. Add xref to `(emacs)Reporting Bugs'. (Getting a printed manual): Add URL to other formats of the manual. (Common requests): Fix menu. (Highlighting a region): Remove ref to `Turning on syntax highlighting'. (Horizontal scrolling): Mention `truncate-partial-width-windows'. (Inserting text at the beginning of each line): Add pxref to `Changing the included text prefix'. (Forcing the cursor to remain in the same column): Mention `track-eol' and `set-goal-column'. Add pxref to `(emacs)Moving Point'. (Replacing text across multiple files): Add keybinding `Q' for `dired-do-query-replace'.
author Juri Linkov <juri@jurta.org>
date Thu, 23 Feb 2006 22:17:49 +0000
parents 695cf19ef79e
children 375f2633d815
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};

/* arch-tag: a8dad510-7254-4964-b71e-bb6f81cce572
   (do not change this comment) */