[vte] widget: Remove colon from word chars



commit d3bbb4a543d43034c89bc9ca819154e2b58f3177
Author: Nick Stoughton <nstoughton aether com>
Date:   Sat Nov 22 13:07:07 2014 +0100

    widget: Remove colon from word chars
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727743#c8

 src/vte.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vte.c b/src/vte.c
index 975677f..37b7d55 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -82,7 +82,7 @@ typedef gunichar wint_t;
 #define howmany(x, y) (((x) + ((y) - 1)) / (y))
 #endif
 
-#define WORD_CHAR_ASCII_PUNCT "-,.;/?%&#:_=+ ~"
+#define WORD_CHAR_ASCII_PUNCT "-,.;/?%&#_=+ ~"
 
 static void vte_terminal_set_visibility (VteTerminal *terminal, GdkVisibilityState state);
 static void vte_terminal_paste(VteTerminal *terminal, GdkAtom board);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]