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.56 by ayin, Sat Jan 26 14:24:43 2008 UTC vs.
Revision 1.57 by ayin, Sat Feb 16 15:48:37 2008 UTC

156 */ 156 */
157#define DEFAULT_BACKSPACE "DEC" /* SPECIAL */ 157#define DEFAULT_BACKSPACE "DEC" /* SPECIAL */
158#define DEFAULT_DELETE "\033[3~" 158#define DEFAULT_DELETE "\033[3~"
159 159
160/* 160/*
161 * To use
162 * Home = "\E[1~", End = "\E[4~"
163 * instead of
164 * Home = "\E[7~", End = "\E[8~" [default]
165 */
166/* #define LINUX_KEYS */
167
168/*
169 * Enable the keysym resource which allows you to define strings associated 161 * Enable the keysym resource which allows you to define strings associated
170 * with various KeySyms (0xFF00 - 0xFFFF). 162 * with various KeySyms (0xFF00 - 0xFFFF).
171 * Required by perl. 163 * Required by perl.
172 */ 164 */
173#if ENABLE_FRILLS || ENABLE_PERL 165#if ENABLE_FRILLS || ENABLE_PERL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines