mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(text_cursor_kinds): New enumeration member HBAR_CURSOR.
This commit is contained in:
parent
65c26775c6
commit
6fab1572a3
@ -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
|
* s/sol2-5.h (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is
|
||||||
not defined.
|
not defined.
|
||||||
|
@ -112,7 +112,8 @@ enum text_cursor_kinds
|
|||||||
NO_CURSOR = -1,
|
NO_CURSOR = -1,
|
||||||
FILLED_BOX_CURSOR,
|
FILLED_BOX_CURSOR,
|
||||||
HOLLOW_BOX_CURSOR,
|
HOLLOW_BOX_CURSOR,
|
||||||
BAR_CURSOR
|
BAR_CURSOR,
|
||||||
|
HBAR_CURSOR
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Structure recording X pixmap and reference count.
|
/* Structure recording X pixmap and reference count.
|
||||||
|
Loading…
Reference in New Issue
Block a user