]> git.pld-linux.org Git - packages/vte.git/blob - vte-wordsep.patch
- updated to 0.76.2
[packages/vte.git] / vte-wordsep.patch
1 --- vte-0.74.0/src/vte.cc.orig  2023-09-21 06:28:59.064532927 +0200
2 +++ vte-0.74.0/src/vte.cc       2023-09-21 06:28:53.223547680 +0200
3 @@ -98,7 +98,7 @@ static inline double round(double x) {
4  }
5  #endif /* !HAVE_ROUND */
6  
7 -#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@\\_~\302\267"sv
8 +#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@:;\\_~\302\267"sv
9  
10  #define I_(string) (g_intern_static_string(string))
11  
This page took 0.038244 seconds and 4 git commands to generate.