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.54 by root, Thu Dec 22 16:44:10 2005 UTC vs.
Revision 1.56 by root, Sat Dec 31 16:40:28 2005 UTC

259#else 259#else
260# define Opt_insecure 0 260# define Opt_insecure 0
261# define Opt_borderLess 0 261# define Opt_borderLess 0
262# define Opt_hold 0 262# define Opt_hold 0
263#endif 263#endif
264#if ENABLE_STYLES
265# define Opt_intensityStyles (1UL<<27) // font styles imply intensity
266#else
267# define Opt_intensityStyles 0
268#endif
264/* place holder used for parsing command-line options */ 269/* place holder used for parsing command-line options */
265#define Opt_Reverse (1UL<<30) 270#define Opt_Reverse (1UL<<30)
266#define Opt_Boolean (1UL<<31) 271#define Opt_Boolean (1UL<<31)
267 272
273#define OPTION(opt) (options && (opt))
268#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \ 274#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \
269 | Opt_jumpScroll | Opt_secondaryScreen \ 275 | Opt_jumpScroll | Opt_secondaryScreen \
270 | Opt_pastableTabs) 276 | Opt_pastableTabs | Opt_intensityStyles)
271 277
272/* ------------------------------------------------------------------------- */ 278/* ------------------------------------------------------------------------- */
273 279
274typedef struct { 280typedef struct {
275 short state; 281 short state;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines