summaryrefslogtreecommitdiff
blob: 8a6859f2ccfe2397005158766c19331c209bcc8d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- urlview.c	2000-07-04 11:14:30.000000000 +0100
+++ urlview.no-trailing-newline.c	2003-09-06 11:07:02.000000000 +0100
@@ -46,7 +46,7 @@
 #include <rx/rxposix.h>
 #endif
 
-#define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \t.,;<>\"\\):]"
+#define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \n\t.,;<>\"\\):]"
 #define DEFAULT_COMMAND "url_handler.sh %s"
 #define SYSTEM_INITFILE "/etc/urlview.conf"