svn commit: r42894 - head/en_US.ISO8859-1/books/handbook/x11

Dru Lavigne dru at FreeBSD.org
Tue Oct 8 14:56:52 UTC 2013


Author: dru
Date: Tue Oct  8 14:56:51 2013
New Revision: 42894
URL: http://svnweb.freebsd.org/changeset/doc/42894

Log:
  Clarify sloppy-focus. This commit to be followed by a white-space patch.
  
  Submitted by:	blackend
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/books/handbook/x11/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml	Tue Oct  8 13:37:44 2013	(r42893)
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml	Tue Oct  8 14:56:51 2013	(r42894)
@@ -179,9 +179,10 @@
 	  upon receiving a mouse click.  In the
 	  <quote>focus-follows-mouse</quote> policy, the window that is under the mouse pointer
 	  has focus and the focus is changed by pointing at
-	  another window.  In the <quote>sloppy-focus</quote> model, if
-	  the mouse is moved over the root window, no window has the focus and
-	  any keystrokes are lost.  With sloppy-focus, focus
+	  another window.  If the mouse is over the root window, then this
+	  window is focused.  In the <quote>sloppy-focus</quote> model, if
+	  the mouse is moved over the root window, the most recently used window still
+	  has the focus.  With sloppy-focus, focus
 	  is only changed when the cursor enters a new
 	  window, and not when exiting the current
 	  window.  In the <quote>click-to-focus</quote> policy, the active window is selected by mouse click.


More information about the svn-doc-all mailing list