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.53 by root, Wed Dec 21 23:57:12 2005 UTC vs.
Revision 1.57 by root, Sat Dec 31 17:16:17 2005 UTC

253#define Opt_pastableTabs (1UL<<22) 253#define Opt_pastableTabs (1UL<<22)
254#define Opt_cursorUnderline (1UL<<23) 254#define Opt_cursorUnderline (1UL<<23)
255#if ENABLE_FRILLS 255#if ENABLE_FRILLS
256# define Opt_insecure (1UL<<24) // insecure esc sequences 256# define Opt_insecure (1UL<<24) // insecure esc sequences
257# define Opt_borderLess (1UL<<25) // mem borderless hints 257# define Opt_borderLess (1UL<<25) // mem borderless hints
258# define Opt_hold (1UL<<26) // hold window open after exit
258#else 259#else
259# define Opt_insecure 0 260# define Opt_insecure 0
260# define Opt_borderLess 0 261# define Opt_borderLess 0
262# define Opt_hold 0
261#endif 263#endif
262/* place holder used for parsing command-line options */ 264#if ENABLE_STYLES
263#define Opt_Reverse (1UL<<30) 265# define Opt_intensityStyles (1UL<<27) // font styles imply intensity
264#define Opt_Boolean (1UL<<31) 266#else
267# define Opt_intensityStyles 0
268#endif
265 269
270#define SET_OPTION(opt) (options |= (opt))
271#define CLR_OPTION(opt) (options &= ~(opt))
272#define OPTION(opt) (options & (opt))
266#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \ 273#define DEFAULT_OPTIONS (Opt_scrollBar | Opt_scrollTtyOutput \
267 | Opt_jumpScroll | Opt_secondaryScreen \ 274 | Opt_jumpScroll | Opt_secondaryScreen \
268 | Opt_pastableTabs) 275 | Opt_pastableTabs | Opt_intensityStyles)
269 276
270/* ------------------------------------------------------------------------- */ 277/* ------------------------------------------------------------------------- */
271 278
272typedef struct { 279typedef struct {
273 short state; 280 short state;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines