1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00

(text_cursor_kinds): New enumeration member HBAR_CURSOR.

This commit is contained in:
Eli Zaretskii 2002-04-19 11:51:16 +00:00
parent 65c26775c6
commit 6fab1572a3
2 changed files with 15 additions and 2 deletions

View File

@ -1,4 +1,16 @@
2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
2002-04-19 Dave Lambert <dlambert@acm.org>
Theses change implement an underscore-like (`hbar') cursor.
* xterm.h (text_cursor_kinds): New enumeration member HBAR_CURSOR.
* xterm.c (x_draw_bar_cursor): New argument KIND; callers changed.
Handle the `hbar' cursor type.
(x_display_and_set_cursor): Handle the HBAR_CURSOR case.
* xfns.c (Qhbar): New variable.
(syms_of_xfns): intern and staticpro it.
(x_specified_cursor_type): Handle `hbar' cursor.
* s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
not defined.

View File

@ -112,7 +112,8 @@ enum text_cursor_kinds
NO_CURSOR = -1,
FILLED_BOX_CURSOR,
HOLLOW_BOX_CURSOR,
BAR_CURSOR
BAR_CURSOR,
HBAR_CURSOR
};
/* Structure recording X pixmap and reference count.