From 8a17c46a6f3ba992fa19a0be87575efce03ebb24 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Jan 2006 13:24:45 +0000 Subject: [PATCH] *** empty log message *** --- doc/rxvt.1.pod | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod index 048fceef..05a575ff 100644 --- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -898,8 +898,15 @@ with the B key. =item B I -The characters used as delimiters for double-click word selection. The -built-in default: +The characters used as delimiters for double-click word selection. + +When the selection extension is in use (the default if compiled in, see +the @@RXVT_NAME@@perl(3) manpage), a suitable regex using these characters +will be created (if the resource exists, otherwise, no regex will be +created). In this mode, characters outside ISO-8859-1 can be used. + +When the selection extension is not used, only ISO-8859-1 characters can +be used. If not specified, the built-in default is used: B<< BACKSLASH `"'&()*,;<=>?@[]{|} >> -- 2.34.1