]> git.pld-linux.org Git - packages/vte.git/blob - vte-wordsep.patch
- rebuild with gnutls 3.5
[packages/vte.git] / vte-wordsep.patch
1 --- vte-0.48.1/src/vte.cc.wordsep       2017-03-28 22:00:28.568912081 +0200
2 +++ vte-0.48.1/src/vte.cc       2017-03-28 22:01:42.653878196 +0200
3 @@ -94,7 +94,7 @@ typedef gunichar wint_t;
4  #define howmany(x, y) (((x) + ((y) - 1)) / (y))
5  #endif
6  
7 -#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@\\_~\302\267"
8 +#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@:;\\_~\302\267"
9  
10  #define I_(string) (g_intern_static_string(string))
11  
This page took 0.727286 seconds and 3 git commands to generate.