vte r2121 - in trunk: . src



Author: behdad
Date: Wed Oct 15 01:54:37 2008
New Revision: 2121
URL: http://svn.gnome.org/viewvc/vte?rev=2121&view=rev

Log:
2008-10-14  Behdad Esfahbod  <behdad gnome org>

        * src/vte.c (vte_terminal_set_cursor_shape):
        Invalidate cursor upon shape change.



Modified:
   trunk/ChangeLog
   trunk/src/vte.c

Modified: trunk/src/vte.c
==============================================================================
--- trunk/src/vte.c	(original)
+++ trunk/src/vte.c	Wed Oct 15 01:54:37 2008
@@ -11952,6 +11952,7 @@
                 return;
 
         pvt->cursor_shape = shape;
+	_vte_invalidate_cursor_once(terminal, FALSE);
 }
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]