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.87 by root, Wed Jan 25 22:13:47 2006 UTC vs.
Revision 1.88 by root, Wed Jan 25 22:14:45 2006 UTC

321 "tint," 321 "tint,"
322#endif 322#endif
323#if defined(USE_XIM) 323#if defined(USE_XIM)
324 "XIM," 324 "XIM,"
325#endif 325#endif
326#if defined(NO_BACKSPACE_KEY)
327 "no_backspace,"
328#endif
329#if defined(NO_DELETE_KEY)
330 "no_delete,"
331#endif
332#if EIGHT_BIT_CONTROLS
333 "8bitctrls,"
334#endif
335#if defined(ENABLE_FRILLS)
336 "frills,"
337#endif
338#if defined(SELECTION_SCROLLING)
339 "selectionscrolling,"
340#endif
341#if MOUSE_WHEEL
342 "wheel,"
343#endif
344#if MOUSE_SLIP_WHEELING
345 "slipwheel,"
346#endif
347#if defined(SMART_RESIZE)
348 "smart-resize,"
349#endif
350#if defined(CURSOR_BLINK)
351 "cursorBlink,"
352#endif
353#if defined(POINTER_BLANK)
354 "pointerBlank,"
355#endif
356#if defined(NO_RESOURCES)
357 "NoResources,"
358#endif
326 "scrollbars=" 359 "scrollbars="
327#if !defined(HAVE_SCROLLBARS) 360#if !defined(HAVE_SCROLLBARS)
328 "NONE" 361 "NONE"
329#else 362#else
330# if defined(PLAIN_SCROLLBAR) 363# if defined(PLAIN_SCROLLBAR)
347# endif 380# endif
348# if defined(XTERM_SCROLLBAR) 381# if defined(XTERM_SCROLLBAR)
349 "xterm" 382 "xterm"
350# endif 383# endif
351#endif 384#endif
352 ","
353#if defined(NO_BACKSPACE_KEY)
354 "no_backspace,"
355#endif
356#if defined(NO_DELETE_KEY)
357 "no_delete,"
358#endif
359#if EIGHT_BIT_CONTROLS
360 "8bitctrls,"
361#endif
362#if defined(ENABLE_FRILLS)
363 "frills,"
364#endif
365#if defined(SELECTION_SCROLLING)
366 "selectionscrolling,"
367#endif
368#if MOUSE_WHEEL
369 "wheel,"
370#endif
371#if MOUSE_SLIP_WHEELING
372 "slipwheel,"
373#endif
374#if defined(SMART_RESIZE)
375 "smart-resize,"
376#endif
377#if defined(CURSOR_BLINK)
378 "cursorBlink,"
379#endif
380#if defined(POINTER_BLANK)
381 "pointerBlank,"
382#endif
383#if defined(NO_RESOURCES)
384 "NoResources,"
385#endif
386 "v" VERSION
387 "\nUsage: "; /* Usage */ 385 "\nUsage: "; /* Usage */
388 386
389#define INDENT 18 387#define INDENT 18
390 388
391/*{{{ usage: */ 389/*{{{ usage: */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines