]> git.pld-linux.org Git - packages/gnome-terminal.git/blobdiff - wordseps.patch
bringing back wordseps configurability
[packages/gnome-terminal.git] / wordseps.patch
index e1d6d29dd7221f99a0253cbb9efd5bf69c343927..0dfdabb6b2fd513284d9caa3bb956b93938e9569 100644 (file)
@@ -4,14 +4,14 @@ similar patches:
 - lxterminal: http://git.pld-linux.org/?p=packages/lxterminal.git;a=blob;f=wordseps.patch
 - mate-terminal: http://git.pld-linux.org/?p=packages/mate-terminal.git;a=blob;f=wordseps.patch
 
---- gnome-terminal-3.8.0.old/src/org.gnome.Terminal.gschema.xml.in     2013-03-25 18:47:46.000000000 +0100
-+++ gnome-terminal-3.8.0/src/org.gnome.Terminal.gschema.xml.in 2013-03-27 21:56:08.515485756 +0100
-@@ -133,7 +133,7 @@
-       <_summary>Whether to ring the terminal bell</_summary>
-     </key>
-     <key name="word-chars" type="s">
--      <default>'-A-Za-z0-9,./?%&amp;#:_=+@~'</default>
-+      <default>'-A-Za-z0-9,./?%&amp;#:_=+@~;'</default>
-       <_summary>Characters that are considered "part of a word"</_summary>
-       <_description>When selecting text by word, sequences of these characters are considered single words. Ranges can be given as "A-Z". Literal hyphen (not expressing a range) should be the first character given.</_description>
-     </key>
+--- gnome-terminal-3.16.2/src/terminal-app.h~  2015-09-22 11:00:23.000000000 +0300
++++ gnome-terminal-3.16.2/src/terminal-app.h   2015-09-22 11:09:54.219125137 +0300
+@@ -45,7 +45,7 @@
+  * latter approach of course, yet copy vte-0.40's default to be our default
+  * too.
+  */
+-#define GNOME_TERMINAL_WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@\\_~\302\267"
++#define GNOME_TERMINAL_WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@:;\\_~\302\267"
+ /* TerminalApp */
This page took 0.034974 seconds and 4 git commands to generate.