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.29 by root, Tue Aug 3 22:19:51 2004 UTC vs.
Revision 1.30 by root, Fri Aug 13 03:36:57 2004 UTC

252#undef BOOL 252#undef BOOL
253/*}}} */ 253/*}}} */
254 254
255static const char releasestring[] = "Rxvt v" VERSION " - released: " DATE "\n"; 255static const char releasestring[] = "Rxvt v" VERSION " - released: " DATE "\n";
256static const char optionsstring[] = "Options: " 256static const char optionsstring[] = "Options: "
257#if XFT
258 "xft,"
259#endif
260#if UNICODE_3
261 "unicode3,"
262#endif
263 "encodings=eu+vn"
264#if ENCODING_JP
265 "+jp"
266#endif
267#if ENCODING_JP_EXT
268 "+jp-ext"
269#endif
270#if ENCODING_KR
271 "+kr"
272#endif
273#if ENCODING_CN
274 "+cn"
275#endif
276#if ENCODING_CN_EXT
277 "+cn-ext"
278#endif
279 ","
280#if ENABLE_COMBINING
281 "combining,"
282#endif
283#if TEXT_BLINK
284 "blink,"
285#endif
286#if OFF_FOCUS_FADING
287 "fade,"
288#endif
257#if defined(XPM_BACKGROUND) 289#if defined(XPM_BACKGROUND)
258 "XPM," 290 "XPM,"
259#endif 291#endif
260#if defined(TRANSPARENT) 292#if defined(TRANSPARENT)
261 "transparent," 293 "transparent,"
262#endif 294#endif
295#if TINTING
296 "tint,"
297#endif
263#if defined(UTMP_SUPPORT) 298#if defined(UTMP_SUPPORT)
264 "utmp," 299 "utmp,"
265#endif 300#endif
266#if defined(MENUBAR) 301#if defined(MENUBAR)
267 "menubar," 302 "menubar,"
268#endif
269#if !defined(NO_FRILLS)
270 "frills,"
271#endif
272#if !defined(NO_LINESPACE)
273 "linespace,"
274#endif
275#if defined(PREFER_24BIT)
276 "24bit,"
277#endif 303#endif
278#if defined(USE_XIM) 304#if defined(USE_XIM)
279 "XIM," 305 "XIM,"
280#endif 306#endif
281 "scrollbars=" 307 "scrollbars="
309 "no_backspace," 335 "no_backspace,"
310#endif 336#endif
311#if defined(NO_DELETE_KEY) 337#if defined(NO_DELETE_KEY)
312 "no_delete," 338 "no_delete,"
313#endif 339#endif
340#if EIGHT_BIT_CONTROLS
341 "8bitctrls,"
342#endif
314#if !defined(NO_STRINGS) 343#if !defined(NO_STRINGS)
315 "strings," 344 "strings,"
316#endif 345#endif
346#if !defined(NO_FRILLS)
347 "frills,"
348#endif
349#if !defined(NO_LINESPACE)
350 "linespace,"
351#endif
352#if defined(PREFER_24BIT)
353 "24bit,"
354#endif
355#if defined(SELECTION_SCROLLING)
356 "selectionscrolling,"
357#endif
358#if MOUSE_WHEEL
359 "wheel,"
360#endif
361#if MOUSE_SLIP_WHEELING
362 "slipwheel,"
363#endif
364#if defined(SMART_RESIZE)
365 "smart-resize,"
366#endif
317#if defined(TTY_256COLOR) 367#if defined(TTY_256COLOR)
318 "256colour," 368 "256colour,"
369#endif
370#if defined(CURSOR_BLINK)
371 "cursorBlink,"
372#endif
373#if defined(POINTER_BLANK)
374 "pointerBlank,"
319#endif 375#endif
320#if defined(NO_RESOURCES) 376#if defined(NO_RESOURCES)
321 "NoResources" 377 "NoResources"
322#else 378#else
323# if defined(USE_XGETDEFAULT) 379# if defined(USE_XGETDEFAULT)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines