]> git.pld-linux.org Git - packages/gnome-terminal.git/blob - wordseps.patch
acea8cd73c28cd00b4e97eeb905035aad27cf621
[packages/gnome-terminal.git] / wordseps.patch
1 similar patches:
2 - konsole: http://git.pld-linux.org/?p=packages/kdebase.git;a=blob;f=kdebase-konsole-wordseps.patch
3 - Terminal: http://git.pld-linux.org/?p=packages/Terminal.git;a=blob;f=wordseps.patch
4
5 --- gnome-terminal-3.6.1/./src/terminal-profile.c~      2012-10-16 02:01:59.000000000 +0300
6 +++ gnome-terminal-3.6.1/./src/terminal-profile.c       2012-10-26 16:21:43.040188115 +0300
7 @@ -166,7 +166,7 @@
8  #define DEFAULT_USE_SYSTEM_FONT       (TRUE)
9  #define DEFAULT_USE_THEME_COLORS      (TRUE)
10  #define DEFAULT_VISIBLE_NAME          (N_("Unnamed"))
11 -#define DEFAULT_WORD_CHARS            ("-A-Za-z0-9,./?%&#:_=+@~")
12 +#define DEFAULT_WORD_CHARS            ("-A-Za-z0-9,./?%&#:_=+@~;")
13  
14  struct _TerminalProfilePrivate
15  {
16 --- gnome-terminal-3.6.1/./src/gnome-terminal.schemas.in~       2012-10-16 02:01:59.000000000 +0300
17 +++ gnome-terminal-3.6.1/./src/gnome-terminal.schemas.in        2012-10-26 16:24:02.153121212 +0300
18 @@ -283,7 +283,7 @@
19        <applyto>/apps/gnome-terminal/profiles/Default/word_chars</applyto>
20        <owner>gnome-terminal</owner>
21        <type>string</type>
22 -      <default>-A-Za-z0-9,./?%&amp;#:_=+@~</default>
23 +      <default>-A-Za-z0-9,./?%&amp;#:_=+@~;</default>
24        <locale name="C">
25           <short>Characters that are considered "part of a word"</short>
26           <long>
This page took 0.5836 seconds and 2 git commands to generate.