From: root
Date: Thu, 12 Jan 2006 12:15:10 +0000 (+0000)
Subject: *** empty log message ***
X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=18ddc4e33e8a52af23b63bed191c8234591a9d93;p=dana%2Furxvt.git
*** empty log message ***
---
diff --git a/doc/rxvt.1.html b/doc/rxvt.1.html
index 817b9a7c..efad75d5 100644
--- a/doc/rxvt.1.html
+++ b/doc/rxvt.1.html
@@ -1496,6 +1496,20 @@ will be ignored when running setuid/setgid.
See the rxvtperl(3)
manpage.
+selection.pattern-idx >: perl-regex
+
+
+Additional selection patterns, see the rxvtperl(3)
manpage for
+details.
+
+
+selection-autotransform.idx >: perl-transform
+
+
+Selection auto-transform patterns, see the rxvtperl(3)
manpage
+for details.
+
+
searchable-scrollback: keysym
diff --git a/doc/rxvt.1.man.in b/doc/rxvt.1.man.in
index a6a33b8d..cb725708 100644
--- a/doc/rxvt.1.man.in
+++ b/doc/rxvt.1.man.in
@@ -1140,6 +1140,14 @@ scripts. When looking for extensions specified by the \f(CW\*(C`perl\*(C'\fR res
will be ignored when running setuid/setgid.
.Sp
See the @@RXVT_NAME@@\fIperl\fR\|(3) manpage.
+.IP "\fBselection.pattern\-\f(BIidx\fB\fR: \fIperl-regex\fR" 4
+.IX Item "selection.pattern-idx: perl-regex"
+Additional selection patterns, see the @@RXVT_NAME@@\fIperl\fR\|(3) manpage for
+details.
+.IP "\fBselection\-autotransform.\f(BIidx\fB\fR: \fIperl-transform\fR" 4
+.IX Item "selection-autotransform.idx: perl-transform"
+Selection auto-transform patterns, see the @@RXVT_NAME@@\fIperl\fR\|(3) manpage
+for details.
.IP "\fBsearchable\-scrollback:\fR \fIkeysym\fR" 4
.IX Item "searchable-scrollback: keysym"
Sets the hotkey that starts the incremental scrollback buffer search
diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod
index 0887d078..40257cfc 100644
--- a/doc/rxvt.1.pod
+++ b/doc/rxvt.1.pod
@@ -1117,6 +1117,16 @@ will be ignored when running setuid/setgid.
See the @@RXVT_NAME@@perl(3) manpage.
+=item B<< selection.pattern-I >>: I
+
+Additional selection patterns, see the @@RXVT_NAME@@perl(3) manpage for
+details.
+
+=item B<< selection-autotransform.I >>: I
+
+Selection auto-transform patterns, see the @@RXVT_NAME@@perl(3) manpage
+for details.
+
=item B I
Sets the hotkey that starts the incremental scrollback buffer search
diff --git a/doc/rxvt.1.txt b/doc/rxvt.1.txt
index 1016d462..25a7296e 100644
--- a/doc/rxvt.1.txt
+++ b/doc/rxvt.1.txt
@@ -975,6 +975,14 @@ RESOURCES (available also as long-options)
See the rxvtperl(3) manpage.
+ selection.pattern-*idx*: *perl-regex*
+ Additional selection patterns, see the rxvtperl(3) manpage for
+ details.
+
+ selection-autotransform.*idx*: *perl-transform*
+ Selection auto-transform patterns, see the rxvtperl(3) manpage for
+ details.
+
searchable-scrollback: *keysym*
Sets the hotkey that starts the incremental scrollback buffer search
(default: "M-s").
diff --git a/doc/rxvtperl.3.html b/doc/rxvtperl.3.html
index 7ca5df43..7f56933c 100644
--- a/doc/rxvtperl.3.html
+++ b/doc/rxvtperl.3.html
@@ -201,6 +201,9 @@ paste directly into your (vi :) editor:
URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\\x1b:e \\Q$1\\E\\x0d:$2\\x0d/
+
+Of course, this can be modified to suit your needs and your editor :)
+
mark-urls
diff --git a/doc/rxvtperl.3.man.in b/doc/rxvtperl.3.man.in
index b0ed9488..ec48bd20 100644
--- a/doc/rxvtperl.3.man.in
+++ b/doc/rxvtperl.3.man.in
@@ -268,6 +268,8 @@ paste directly into your (vi :) editor:
.Vb 1
\& URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\e\ex1b:e \e\eQ$1\e\eE\e\ex0d:$2\e\ex0d/
.Ve
+.Sp
+Of course, this can be modified to suit your needs and your editor :)
.IP "mark-urls" 4
.IX Item "mark-urls"
Uses per-line display filtering (\f(CW\*(C`on_line_update\*(C'\fR) to underline urls and
diff --git a/doc/rxvtperl.3.txt b/doc/rxvtperl.3.txt
index 3b36c0a2..93287741 100644
--- a/doc/rxvtperl.3.txt
+++ b/doc/rxvtperl.3.txt
@@ -112,6 +112,9 @@ PREPACKAGED EXTENSIONS
URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\\x1b:e \\Q$1\\E\\x0d:$2\\x0d/
+ Of course, this can be modified to suit your needs and your editor
+ :)
+
mark-urls
Uses per-line display filtering ("on_line_update") to underline urls
and make them clickable. When middle-clicked, the program specified
diff --git a/src/urxvt.pm b/src/urxvt.pm
index 6367e0ce..94dac8ec 100644
--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -129,6 +129,8 @@ paste directly into your (vi :) editor:
URxvt.selection-autotransform.0: s/^(S+):(d+):?$/\\x1b:e \\Q$1\\E\\x0d:$2\\x0d/
+Of course, this can be modified to suit your needs and your editor :)
+
=item mark-urls
Uses per-line display filtering (C) to underline urls and