From: ayin Date: Mon, 19 Nov 2007 09:34:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5b1a4c332e14666467b916ad00a4e721873fa9cc;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index dca3d782..a43f6f41 100644 --- a/Changes +++ b/Changes @@ -17,8 +17,6 @@ WISH: load system-wide config file even if we don't have one WISH: look into XAddConnectionWatch, does anybody need that? DUMB: support tex fonts -TODO: align default value of cutchars with rxvt.1.pod and add it as a fallback in perl 'selection' - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377194 - expect major portability issues in this release: please test and report. - converted from the veritable io manager event loop to the high performance libev (http://software.schmorp.de/pkg/libev). diff --git a/src/feature.h b/src/feature.h index 4ba7b1e7..fb2c9d0c 100644 --- a/src/feature.h +++ b/src/feature.h @@ -228,7 +228,7 @@ * Default separating chars for multiple-click selection * Space and tab are separate separating characters and are not settable */ -#define CUTCHARS "()*,<>[]{}|" +#define CUTCHARS "\"&'()*,;<=>?@[\\]^`{|}" /* * Add run-time support for changing the cutchars for double click selection