X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=vte-wordsep.patch;h=ed0775b287585c5cf83ba764802288251f47197a;hb=f934ab1519721562d0df3da6f959a3a8fd5331fa;hp=22eb53e7a412879d19d84ed46559a1134dc5b8fe;hpb=8b6b627fa97ee2cf465ff9247baab4a6ce1101dd;p=packages%2Fvte.git diff --git a/vte-wordsep.patch b/vte-wordsep.patch index 22eb53e..ed0775b 100644 --- a/vte-wordsep.patch +++ b/vte-wordsep.patch @@ -1,11 +1,11 @@ --- vte-0.48.1/src/vte.cc.wordsep 2017-03-28 22:00:28.568912081 +0200 +++ vte-0.48.1/src/vte.cc 2017-03-28 22:01:42.653878196 +0200 @@ -94,7 +94,7 @@ typedef gunichar wint_t; - #define howmany(x, y) (((x) + ((y) - 1)) / (y)) + } #endif --#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@\\_~\302\267" -+#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@:;\\_~\302\267" +-#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@\\_~\302\267"sv ++#define WORD_CHAR_EXCEPTIONS_DEFAULT "-#%&+,./=?@:;\\_~\302\267"sv #define I_(string) (g_intern_static_string(string))