repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: ee7e8735281bf1c513f2ed87624234e2534e73e0:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit ee7e8735281bf1c513f2ed87624234e2534e73e0
Author: Emanuele Giaquinta 
Date:   Mon Nov 19 09:34:46 2007 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index dca3d782b863f8c324c393bf2cefb43898c036f8..
index ..a43f6f41983a0d1ace077e8c5a01ef609e174655 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 4ba7b1e7e13266e613819c08577a43f5acddb27d..
index ..fb2c9d0cf56ba51aed697251b355fbe38784ba9a 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

-----END OF PAGE-----