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.52 by root, Sat Jun 2 04:57:54 2007 UTC vs.
Revision 1.53 by ayin, Wed Oct 31 09:55:23 2007 UTC

28#endif 28#endif
29#ifndef X11LIBDIR 29#ifndef X11LIBDIR
30# define X11LIBDIR X11USRLIBDIR "/X11" 30# define X11LIBDIR X11USRLIBDIR "/X11"
31#endif 31#endif
32#ifndef XAPPLOADDIR 32#ifndef XAPPLOADDIR
33# define XAPPLOADDIR X11LIBDIR "/app-defaults" 33# define XAPPLOADDIR X11LIBDIR "/app-defaults"
34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults" 34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults"
35#endif 35#endif
36 36
37/*-------------------------------SECURITY-------------------------------*/ 37/*-------------------------------SECURITY-------------------------------*/
38 38
152 152
153/* 153/*
154 * Allow 80/132 mode switching on startup 154 * Allow 80/132 mode switching on startup
155 */ 155 */
156/* #define ALLOW_132_MODE */ 156/* #define ALLOW_132_MODE */
157 157
158/*---------------------------------KEYS---------------------------------*/ 158/*---------------------------------KEYS---------------------------------*/
159 159
160/* 160/*
161 * Define defaults for backspace and delete keys - unless they have been 161 * Define defaults for backspace and delete keys - unless they have been
162 * configured out with --disable-backspace-key / --disable-delete-key 162 * configured out with --disable-backspace-key / --disable-delete-key
190/* #define SCROLL_ON_META */ 190/* #define SCROLL_ON_META */
191 191
192/* 192/*
193 * Allow scrolling with modifier+Up/Down keys, in addition 193 * Allow scrolling with modifier+Up/Down keys, in addition
194 * to modifier+Prior/Next? (modifier is controlled with 194 * to modifier+Prior/Next? (modifier is controlled with
195 * SCROLL_ON_* defines above.). 195 * SCROLL_ON_* defines above.).
196 * Also for modifier+Home/End keys to move to top/bottom 196 * Also for modifier+Home/End keys to move to top/bottom
197 */ 197 */
198/* #define SCROLL_ON_UPDOWN_KEYS */ 198/* #define SCROLL_ON_UPDOWN_KEYS */
199/* #define SCROLL_ON_HOMEEND_KEYS */ 199/* #define SCROLL_ON_HOMEEND_KEYS */
200 200

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines