]> git.pld-linux.org Git - packages/vte.git/blobdiff - vte-wordsep.patch
- updated to 0.74.0
[packages/vte.git] / vte-wordsep.patch
index 22eb53e7a412879d19d84ed46559a1134dc5b8fe..0fe27dd09daa60216dcf8c448fe9da840ebb92d9 100644 (file)
@@ -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
+--- vte-0.74.0/src/vte.cc.orig 2023-09-21 06:28:59.064532927 +0200
++++ vte-0.74.0/src/vte.cc      2023-09-21 06:28:53.223547680 +0200
+@@ -98,7 +98,7 @@ static inline double round(double x) {
+ }
+ #endif /* !HAVE_ROUND */
  
--#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))
  
This page took 0.039105 seconds and 4 git commands to generate.