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.55 by root, Sat Dec 31 16:06:48 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
268#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \ 273#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \
269 | Opt_jumpScroll | Opt_secondaryScreen \ 274 | Opt_jumpScroll | Opt_secondaryScreen \
270 | Opt_pastableTabs) 275 | Opt_pastableTabs | Opt_intensityStyles)
271 276
272/* ------------------------------------------------------------------------- */ 277/* ------------------------------------------------------------------------- */
273 278
274typedef struct { 279typedef struct {
275 short state; 280 short state;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines