view src/point.h @ 30905:2069c10bf952

(sql-magic-go): Use comint-bol. (sql-copy-column): Use comint-line-beginning-position. (comint-line-beginning-position): Define a replacement for comint-line-beginning-position if it is not fboundp. (sql-mode-map): TAB is no longer defined in sql-mode-map; it didn't have any effect anyway. (sql-postgres): Jason Beegan's patch uses the parameters --pset and pager=off instead of sending \\o|cat at the beginning of the session.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 17 Aug 2000 11:20:26 +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};