# HG changeset patch # User Eli Zaretskii # Date 1019217076 0 # Node ID 7ed02bba9e5bbfd7085f548cb27c5fd140470ab3 # Parent c2a6e23711e916be8976d0b697aa806af585779b *** empty log message *** diff -r c2a6e23711e9 -r 7ed02bba9e5b src/ChangeLog --- a/src/ChangeLog Fri Apr 19 11:49:18 2002 +0000 +++ b/src/ChangeLog Fri Apr 19 11:51:16 2002 +0000 @@ -1,4 +1,16 @@ -2002-04-19 Eli Zaretskii +2002-04-19 Dave Lambert + + 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.