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

Comparing rxvt-unicode/src/rxvtlib.h.in (file contents):
Revision 1.59 by root, Thu Jan 5 21:21:49 2006 UTC vs.
Revision 1.60 by root, Fri Jan 6 05:28:55 2006 UTC

222#define Opt_transparent (1UL<<13) 222#define Opt_transparent (1UL<<13)
223#define Opt_tripleclickwords (1UL<<14) 223#define Opt_tripleclickwords (1UL<<14)
224#define Opt_scrollWithBuffer (1UL<<15) 224#define Opt_scrollWithBuffer (1UL<<15)
225#define Opt_jumpScroll (1UL<<16) 225#define Opt_jumpScroll (1UL<<16)
226#define Opt_mouseWheelScrollPage (1UL<<17) 226#define Opt_mouseWheelScrollPage (1UL<<17)
227#if POINTER_BLANK
227#define Opt_pointerBlank (1UL<<18) 228# define Opt_pointerBlank (1UL<<18)
229#else
230# define Opt_pointerBlank 0
231#endif
228#define Opt_cursorBlink (1UL<<19) 232#define Opt_cursorBlink (1UL<<19)
229#define Opt_secondaryScreen (1UL<<20) 233#define Opt_secondaryScreen (1UL<<20)
230#define Opt_secondaryScroll (1UL<<21) 234#define Opt_secondaryScroll (1UL<<21)
231#define Opt_pastableTabs (1UL<<22) 235#define Opt_pastableTabs (1UL<<22)
232#define Opt_cursorUnderline (1UL<<23) 236#define Opt_cursorUnderline (1UL<<23)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines