diff src/ChangeLog @ 37960:7103eb9ef882

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 31 May 2001 08:56:58 +0000
parents 07263f7795e2
children 945d7ba322e3
line wrap: on
line diff
--- a/src/ChangeLog	Thu May 31 08:56:32 2001 +0000
+++ b/src/ChangeLog	Thu May 31 08:56:58 2001 +0000
@@ -1,3 +1,13 @@
+2001-05-31  Gerd Moellmann  <gerd@gnu.org>
+
+	* term.c: (tty_cursor_hidden): New variable.
+	(update_begin): Don't call tty_hide_cursor.  Clean up.
+	(update_end, set_terminal_window, set_scroll_region): Clean up.
+	(ring_bell, reset_terminal_modes): Clean up.
+	(tty_hide_cursor, tty_show_cursor): Hide/show cursor depending
+	on tty_cursor_hidden.
+	(write_glyphs): Call tty_hide_cursor.
+
 2001-05-30  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* buffer.c (copy_overlays): Make ENABLE_CHECKING happy.