*** empty log message ***
authorroot <root>
Tue, 24 Jan 2006 19:14:36 +0000 (19:14 +0000)
committerroot <root>
Tue, 24 Jan 2006 19:14:36 +0000 (19:14 +0000)
src/urxvt.pm

index eebfa5cf3cda50413b2dd500c8e858774d05ed54..9793c908ff1d5c0bd39259a9a10e7305f0d74871 100644 (file)
@@ -69,6 +69,13 @@ between two vertical bars:
 
    URxvt.selection.pattern-0: \\|([^|]+)\\|
 
+Another example: Programs I use often output "absolute path: " at the
+beginning of a line when they process multiple files. The following
+pattern matches the filename (note, there is a single space at the very
+end):
+
+   URxvt.selection.pattern-0: ^(/[^:]+):\ 
+
 You can look at the source of the selection extension to see more
 interesting uses, such as parsing a line from beginning to end.