texinfo-commits
[Top][All Lists]
Advanced

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

[6715] turn mouse tracking off by default


From: Gavin D. Smith
Subject: [6715] turn mouse tracking off by default
Date: Wed, 21 Oct 2015 08:59:02 +0000

Revision: 6715
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6715
Author:   gavin
Date:     2015-10-21 08:58:57 +0000 (Wed, 21 Oct 2015)
Log Message:
-----------
turn mouse tracking off by default

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/NEWS
    trunk/info/terminal.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-10-20 20:21:28 UTC (rev 6714)
+++ trunk/ChangeLog     2015-10-21 08:58:57 UTC (rev 6715)
@@ -1,3 +1,8 @@
+2015-10-21  Gavin Smith  <address@hidden>
+
+       * info/terminal.c, NEWS, doc/info-stnd.texi (Variables): Turn 
+       mouse variable off by default.
+
 2015-10-20  Gavin Smith  <address@hidden>
 
        * doc/texinfo.texi: Remove "@paragraphindent 2" line and add

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS  2015-10-20 20:21:28 UTC (rev 6714)
+++ trunk/NEWS  2015-10-21 08:58:57 UTC (rev 6715)
@@ -91,6 +91,8 @@
   . Now tries to find referenced manuals in the same directory as the
     current file first, before looking in search path.  Customize this
     with new variable `follow-strategy'.
+  . The `mouse' variable is now off by default, in order not to
+    interfere with the selection of text in a terminal emulator window.
   . `q' closes a window instead of quitting altogether if there's more
     than one, for example if a help window is open.
   . internal changes to reduce memory use and increase speed of

Modified: trunk/info/terminal.c
===================================================================
--- trunk/info/terminal.c       2015-10-20 20:21:28 UTC (rev 6714)
+++ trunk/info/terminal.c       2015-10-21 08:58:57 UTC (rev 6715)
@@ -83,7 +83,7 @@
 VFunction *terminal_scroll_terminal_hook = NULL;
 
 /* User variable 'mouse'.  Values can be MP_* constants in terminal.h. */
-int mouse_protocol = MP_NORMAL_TRACKING;
+int mouse_protocol = MP_NONE;
 
 /* **************************************************************** */
 /*                                                                  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]