vte r1537 - in trunk: . src



Author: cpwilson
Date: 2007-01-26 09:50:23 +0000 (Fri, 26 Jan 2007)
New Revision: 1537
ViewCVS link: http://svn.gnome.org/viewcvs/vte?rev=1537&view=rev

Modified:
   trunk/ChangeLog
   trunk/src/vte.c
Log:
2007-01-26  Chris Wilson <chris chris-wilson co uk>

	Bug 317449 â The cursor disappears when clicking on windows above gnome-terminal

	Enter a command that causes partial obscuration of the terminal,
	though it must cover the cursor. Close the new window, observe the
	pointer disappears.

	The issue is that we hide the pointer whilst typing and show it after
	receiving a mouse movement. However in this case we steal the pointer
	away from the terminal with any mouse events and the cursor remains
	invisible.

	* src/vte.c: (vte_terminal_focus_in):
		Ensure the mouse pointer is visible on focus-in.






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