Mentioned support for matcher.pattern resources in README
This commit is contained in:
parent
b5631d1d90
commit
6fd697e297
@ -65,6 +65,9 @@ Options:
|
|||||||
URxvt.underlineURLs: if set to true, all URLs get underlined
|
URxvt.underlineURLs: if set to true, all URLs get underlined
|
||||||
URvxt.urlButton: mouse button to click-open URLs (default: 2)
|
URvxt.urlButton: mouse button to click-open URLs (default: 2)
|
||||||
|
|
||||||
|
For compatibility reasons, url-select will also use any patterns defined for
|
||||||
|
the matcher extension by reading all `URxvt.matcher.pattern.[0-9]` resources.
|
||||||
|
|
||||||
|
|
||||||
clipboard
|
clipboard
|
||||||
---------
|
---------
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Author: Bert Muennich
|
# Author: Bert Muennich
|
||||||
# Website: http://www.github.com/muennich/urxvt-perls
|
# Website: http://www.github.com/muennich/urxvt-perls
|
||||||
# Based on: http://www.jukie.net/~bart/blog/urxvt-url-yank
|
# Based on: http://www.jukie.net/~bart/blog/urxvt-url-yank
|
||||||
# Version: git-20120120
|
# Version: git-20120710
|
||||||
# License: GPLv2
|
# License: GPLv2
|
||||||
|
|
||||||
# Use keyboard shortcuts to select URLs.
|
# Use keyboard shortcuts to select URLs.
|
||||||
@ -55,7 +55,6 @@ sub on_start {
|
|||||||
|
|
||||||
while ($self->x_resource("matcher.pattern.$current")) {
|
while ($self->x_resource("matcher.pattern.$current")) {
|
||||||
push @{$self->{pattern}}, $self->x_resource("matcher.pattern.$current");
|
push @{$self->{pattern}}, $self->x_resource("matcher.pattern.$current");
|
||||||
|
|
||||||
$current++;
|
$current++;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user