changeset 44691:c2a6e23711e9

(text_cursor_kinds): New enumeration member HBAR_CURSOR.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 19 Apr 2002 11:49:18 +0000
parents 8826cd76618a
children 7ed02bba9e5b
files src/xterm.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Fri Apr 19 11:47:58 2002 +0000
+++ b/src/xterm.h	Fri Apr 19 11:49:18 2002 +0000
@@ -112,7 +112,8 @@
   NO_CURSOR = -1,
   FILLED_BOX_CURSOR,
   HOLLOW_BOX_CURSOR,
-  BAR_CURSOR
+  BAR_CURSOR,
+  HBAR_CURSOR
 };
 
 /* Structure recording X pixmap and reference count.