summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal/files
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-19 09:41:33 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-19 09:41:33 +0800
commit14cab3e341b48375ea72734648ef35f8b84f421b (patch)
tree99d5cb24aedc6f4756b34db01db809543fca4a0d /x11/gnome-terminal/files
parentc9a08d06e4bc882c18f937fc6fd2e4f50e1a7e1c (diff)
downloadmarcuscom-ports-14cab3e341b48375ea72734648ef35f8b84f421b.tar
marcuscom-ports-14cab3e341b48375ea72734648ef35f8b84f421b.tar.gz
marcuscom-ports-14cab3e341b48375ea72734648ef35f8b84f421b.tar.bz2
marcuscom-ports-14cab3e341b48375ea72734648ef35f8b84f421b.tar.lz
marcuscom-ports-14cab3e341b48375ea72734648ef35f8b84f421b.tar.xz
marcuscom-ports-14cab3e341b48375ea72734648ef35f8b84f421b.tar.zst
marcuscom-ports-14cab3e341b48375ea72734648ef35f8b84f421b.zip
- Update to 2.13.3
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5443 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal/files')
-rw-r--r--x11/gnome-terminal/files/patch-src::terminal-screen.c33
1 files changed, 0 insertions, 33 deletions
diff --git a/x11/gnome-terminal/files/patch-src::terminal-screen.c b/x11/gnome-terminal/files/patch-src::terminal-screen.c
deleted file mode 100644
index b3755f548..000000000
--- a/x11/gnome-terminal/files/patch-src::terminal-screen.c
+++ /dev/null
@@ -1,33 +0,0 @@
---- src/terminal-screen.c.orig Thu Jan 5 16:04:24 2006
-+++ src/terminal-screen.c Fri Jan 6 12:34:25 2006
-@@ -282,25 +282,20 @@ terminal_screen_init (TerminalScreen *sc
- #define URLPATH "/[" PATHCHARS "]*[^]'.}>) \t\r\n,\\\"]"
-
- terminal_widget_match_add (screen->priv->term,
-- "\\<(" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+"
-- "(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS);
-+ "[[:<:]](" SCHEME "://(" USER "@)?)[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_AS_IS);
-
- terminal_widget_match_add (screen->priv->term,
-- "\\<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+"
-- "(:[0-9]+)?(" URLPATH ")?",
-- FLAVOR_DEFAULT_TO_HTTP);
-+ "[[:<:]]<(www|ftp)[" HOSTCHARS "]*\\.[" HOSTCHARS ".]+(:[0-9]+)?(" URLPATH ")?", FLAVOR_DEFAULT_TO_HTTP);
-
- terminal_widget_match_add (screen->priv->term,
-- "\\<mailto:[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*"
-- "(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO);
-+ "[[:<:]](mailto:)?[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_MAILTO);
-
- terminal_widget_match_add (screen->priv->term,
-- "\\<[a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*"
-+ "[[:<:]][a-z0-9][a-z0-9.-]*@[a-z0-9][a-z0-9-]*"
- "(\\.[a-z0-9][a-z0-9-]*)+\\>", FLAVOR_EMAIL);
-
- terminal_widget_match_add (screen->priv->term,
-- "\\<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+"
-- "@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS);
-+ "[[:<:]]<news:[-A-Z\\^_a-z{|}~!\"#$%&'()*+,./0-9;:=?`]+@[" HOSTCHARS ".]+(:[0-9]+)?\\>", FLAVOR_AS_IS);
-
- terminal_screen_setup_dnd (screen);
-