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.55 by root, Sat Dec 31 16:06:48 2005 UTC vs.
Revision 1.56 by root, Sat Dec 31 16:40:28 2005 UTC

268#endif 268#endif
269/* place holder used for parsing command-line options */ 269/* place holder used for parsing command-line options */
270#define Opt_Reverse (1UL<<30) 270#define Opt_Reverse (1UL<<30)
271#define Opt_Boolean (1UL<<31) 271#define Opt_Boolean (1UL<<31)
272 272
273#define OPTION(opt) (options && (opt))
273#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \ 274#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \
274 | Opt_jumpScroll | Opt_secondaryScreen \ 275 | Opt_jumpScroll | Opt_secondaryScreen \
275 | Opt_pastableTabs | Opt_intensityStyles) 276 | Opt_pastableTabs | Opt_intensityStyles)
276 277
277/* ------------------------------------------------------------------------- */ 278/* ------------------------------------------------------------------------- */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines