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.20 by root, Wed Aug 25 04:16:33 2004 UTC vs.
Revision 1.23 by root, Thu Feb 10 12:25:34 2005 UTC

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/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/ 37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/
38 38
39/* 39/*
164/* 164/*
165 * Enable the keysym resource which allows you to define strings associated 165 * Enable the keysym resource which allows you to define strings associated
166 * with various KeySyms (0xFF00 - 0xFFFF). 166 * with various KeySyms (0xFF00 - 0xFFFF).
167 * Only works with the default hand-rolled resources. 167 * Only works with the default hand-rolled resources.
168 */ 168 */
169#ifndef NO_RESOURCES 169#if !NO_RESOURCES && ENABLE_FRILLS
170# define KEYSYM_RESOURCE 170# define KEYSYM_RESOURCE
171#endif 171#endif
172 172
173/* 173/*
174 * Modifier/s to use to allow up/down arrows and Prior/Next keys 174 * Modifier/s to use to allow up/down arrows and Prior/Next keys
362 362
363/* 363/*
364 * Check the current value of the window-time/icon-name and avoid 364 * Check the current value of the window-time/icon-name and avoid
365 * re-setting it to the same value -- avoids unnecessary window refreshes 365 * re-setting it to the same value -- avoids unnecessary window refreshes
366 */ 366 */
367#define SMART_WINDOW_TITLE 367//#define SMART_WINDOW_TITLE // currently disabled, needs to be reimplemented
368 368
369/* 369/*
370 * Allow foreground/background colour to be changed with an 370 * Allow foreground/background colour to be changed with an
371 * xterm escape sequence "\E]39;colour^G" -- still experimental 371 * xterm escape sequence "\E]39;colour^G" -- still experimental
372 */ 372 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines