--- rxvt-unicode/src/feature.h 2007/11/01 17:08:15 1.54 +++ rxvt-unicode/src/feature.h 2008/02/16 15:48:37 1.57 @@ -61,13 +61,6 @@ */ /* - * Forcefully disable double-buffering for xft. On some card/driver combination - * enabling it slightly decreases performance, on most it greatly helps it. - * The slowdown is small, so it should normally be enabled. - */ -/* #define FORCE_UNBUFFERED_XFT */ - -/* * The cursor blink interval, in seconds. */ #define CURSOR_BLINK_INTERVAL 0.5 @@ -165,14 +158,6 @@ #define DEFAULT_DELETE "\033[3~" /* - * To use - * Home = "\E[1~", End = "\E[4~" - * instead of - * Home = "\E[7~", End = "\E[8~" [default] - */ -/* #define LINUX_KEYS */ - -/* * Enable the keysym resource which allows you to define strings associated * with various KeySyms (0xFF00 - 0xFFFF). * Required by perl. @@ -228,7 +213,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