[Xfce4-commits] <terminal:master> Allow : in url's.

Nick Schermer noreply at xfce.org
Wed Jan 20 21:36:01 CET 2010


Updating branch refs/heads/master
         to d01cdb30e4a4d38175c85d7e5ce54988ebabd45d (commit)
       from c0ca864ad7bda944ad1739b6d4e29cbc9d627ead (commit)

commit d01cdb30e4a4d38175c85d7e5ce54988ebabd45d
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Jan 20 21:34:46 2010 +0100

    Allow : in url's.

 terminal/terminal-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/terminal/terminal-widget.c b/terminal/terminal-widget.c
index d409b2e..86d31f8 100644
--- a/terminal/terminal-widget.c
+++ b/terminal/terminal-widget.c
@@ -47,7 +47,7 @@
 #define HOSTCHARS_CLASS "[-[:alnum:]]"
 #define HOST            HOSTCHARS_CLASS "+(\\." HOSTCHARS_CLASS "+)*"
 #define PORT            "(?:\\:[[:digit:]]{1,5})?"
-#define PATHCHARS_CLASS "[-[:alnum:]\\Q_$.+!*,;@&=?/~#'%\\E]"
+#define PATHCHARS_CLASS "[-[:alnum:]\\Q_$.+!*,;@&=?/:~#'%\\E]"
 #define PATHTERM_CLASS  "[^\\Q]'.}>) \t\r\n,\"\\E]"
 #define SCHEME          "(?:news:|telnet:|nntp:|file:\\/|https?:|ftps?:|webcal:)"
 #define USERPASS        USERCHARS_CLASS "+(?:" PASSCHARS_CLASS "+)?"



More information about the Xfce4-commits mailing list