]> git.pld-linux.org Git - packages/gnome-terminal.git/blobdiff - wordseps.patch
bringing back wordseps configurability
[packages/gnome-terminal.git] / wordseps.patch
index d5bec58a39a3498e8f888d601cf422dc749fa5f5..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.12.0/src/org.gnome.Terminal.gschema.xml.orig      2014-03-31 19:33:38.703984906 +0200
-+++ gnome-terminal-3.12.0/src/org.gnome.Terminal.gschema.xml   2014-03-31 19:34:14.883788826 +0200
-@@ -126,7 +126,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.053906 seconds and 4 git commands to generate.