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

Comparing rxvt-unicode/src/xdefaults.C (file contents):
Revision 1.78 by root, Wed Jan 11 02:13:56 2006 UTC vs.
Revision 1.80 by root, Mon Jan 16 15:00:20 2006 UTC

187 RSTRG (Rs_color + Color_cursor2, "cursorColor2", "color"), 187 RSTRG (Rs_color + Color_cursor2, "cursorColor2", "color"),
188#endif /* NO_CURSORCOLOR */ 188#endif /* NO_CURSORCOLOR */
189 STRG (Rs_color + Color_pointer_fg, "pointerColor", "pr", "color", "pointer color"), 189 STRG (Rs_color + Color_pointer_fg, "pointerColor", "pr", "color", "pointer color"),
190 STRG (Rs_color + Color_pointer_bg, "pointerColor2", "pr2", "color", "pointer bg color"), 190 STRG (Rs_color + Color_pointer_bg, "pointerColor2", "pr2", "color", "pointer bg color"),
191 STRG (Rs_color + Color_border, "borderColor", "bd", "color", "border color"), 191 STRG (Rs_color + Color_border, "borderColor", "bd", "color", "border color"),
192#if defined (XPM_BACKGROUND) || (MENUBAR_MAX) 192#ifdef XPM_BACKGROUND
193 RSTRG (Rs_path, "path", "search path"), 193 RSTRG (Rs_path, "path", "search path"),
194#endif /* defined (XPM_BACKGROUND) || (MENUBAR_MAX) */
195#ifdef XPM_BACKGROUND
196 STRG (Rs_backgroundPixmap, "backgroundPixmap", "pixmap", "file[;geom]", "background pixmap"), 194 STRG (Rs_backgroundPixmap, "backgroundPixmap", "pixmap", "file[;geom]", "background pixmap"),
197#endif /* XPM_BACKGROUND */
198#if (MENUBAR_MAX)
199 RSTRG (Rs_menu, "menu", "name[;tag]"),
200#endif 195#endif
201 /* fonts: command-line option = resource name */ 196 /* fonts: command-line option = resource name */
202 STRG (Rs_font, "font", "fn", "fontname", "normal text font"), 197 STRG (Rs_font, "font", "fn", "fontname", "normal text font"),
203#if ENABLE_STYLES 198#if ENABLE_STYLES
204 STRG (Rs_boldFont, "boldFont", "fb", "fontname", "bold font"), 199 STRG (Rs_boldFont, "boldFont", "fb", "fontname", "bold font"),
325#if TINTING 320#if TINTING
326 "tint," 321 "tint,"
327#endif 322#endif
328#if defined(UTMP_SUPPORT) 323#if defined(UTMP_SUPPORT)
329 "utmp," 324 "utmp,"
330#endif
331#if defined(MENUBAR)
332 "menubar,"
333#endif 325#endif
334#if defined(USE_XIM) 326#if defined(USE_XIM)
335 "XIM," 327 "XIM,"
336#endif 328#endif
337 "scrollbars=" 329 "scrollbars="
367#if defined(NO_DELETE_KEY) 359#if defined(NO_DELETE_KEY)
368 "no_delete," 360 "no_delete,"
369#endif 361#endif
370#if EIGHT_BIT_CONTROLS 362#if EIGHT_BIT_CONTROLS
371 "8bitctrls," 363 "8bitctrls,"
372#endif
373#if !defined(NO_STRINGS)
374 "strings,"
375#endif 364#endif
376#if defined(ENABLE_FRILLS) 365#if defined(ENABLE_FRILLS)
377 "frills," 366 "frills,"
378#endif 367#endif
379#if defined(PREFER_24BIT) 368#if defined(PREFER_24BIT)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines