repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: ee7e8735281bf1c513f2ed87624234e2534e73e0: path_to: revision_to:
commit ee7e8735281bf1c513f2ed87624234e2534e73e0 Author: Emanuele GiaquintaDate: Mon Nov 19 09:34:46 2007 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- 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
--- 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
-----END OF PAGE-----