ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/feature.h
(Generate patch)

Comparing rxvt-unicode/src/feature.h (file contents):
Revision 1.54 by root, Thu Nov 1 17:08:15 2007 UTC vs.
Revision 1.57 by ayin, Sat Feb 16 15:48:37 2008 UTC

57 * Some of these configuration options have not been tested within the new 57 * Some of these configuration options have not been tested within the new
58 * rxvt-unicode framework. Changing them should work, might have no effect, 58 * rxvt-unicode framework. Changing them should work, might have no effect,
59 * destroy your disks or have any other effects. You may freely try (and 59 * destroy your disks or have any other effects. You may freely try (and
60 * report bugs, too!), but don't _expect_ them to work. 60 * report bugs, too!), but don't _expect_ them to work.
61 */ 61 */
62
63/*
64 * Forcefully disable double-buffering for xft. On some card/driver combination
65 * enabling it slightly decreases performance, on most it greatly helps it.
66 * The slowdown is small, so it should normally be enabled.
67 */
68/* #define FORCE_UNBUFFERED_XFT */
69 62
70/* 63/*
71 * The cursor blink interval, in seconds. 64 * The cursor blink interval, in seconds.
72 */ 65 */
73#define CURSOR_BLINK_INTERVAL 0.5 66#define CURSOR_BLINK_INTERVAL 0.5
163 */ 156 */
164#define DEFAULT_BACKSPACE "DEC" /* SPECIAL */ 157#define DEFAULT_BACKSPACE "DEC" /* SPECIAL */
165#define DEFAULT_DELETE "\033[3~" 158#define DEFAULT_DELETE "\033[3~"
166 159
167/* 160/*
168 * To use
169 * Home = "\E[1~", End = "\E[4~"
170 * instead of
171 * Home = "\E[7~", End = "\E[8~" [default]
172 */
173/* #define LINUX_KEYS */
174
175/*
176 * Enable the keysym resource which allows you to define strings associated 161 * Enable the keysym resource which allows you to define strings associated
177 * with various KeySyms (0xFF00 - 0xFFFF). 162 * with various KeySyms (0xFF00 - 0xFFFF).
178 * Required by perl. 163 * Required by perl.
179 */ 164 */
180#if ENABLE_FRILLS || ENABLE_PERL 165#if ENABLE_FRILLS || ENABLE_PERL
226 211
227/* 212/*
228 * Default separating chars for multiple-click selection 213 * Default separating chars for multiple-click selection
229 * Space and tab are separate separating characters and are not settable 214 * Space and tab are separate separating characters and are not settable
230 */ 215 */
231#define CUTCHARS "()*,<>[]{}|" 216#define CUTCHARS "\"&'()*,;<=>?@[\\]^`{|}"
232 217
233/* 218/*
234 * Add run-time support for changing the cutchars for double click selection 219 * Add run-time support for changing the cutchars for double click selection
235 */ 220 */
236#define CUTCHAR_RESOURCE 221#define CUTCHAR_RESOURCE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines